@capacitor/app-launcher 5.0.7 → 5.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ Example:
18
18
  ## Install
19
19
 
20
20
  ```bash
21
- npm install @capacitor/app-launcher
21
+ npm install @capacitor/app-launcher@latest-5
22
22
  npx cap sync
23
23
  ```
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/app-launcher",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "The AppLauncher API allows to open other apps",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "d5483ce9f666f1a38c25a11e63899fd35701ca45"
82
+ "gitHead": "f6242b39fa8ba423d1912da5398fb11c2aadfa09"
83
83
  }