@capgo/capacitor-updater 5.0.19 → 5.0.20

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.
package/README.md CHANGED
@@ -27,7 +27,7 @@ You have 3 ways possible :
27
27
  Join the [discord](https://discord.gg/VnYRvBfgA6) to get help.
28
28
 
29
29
  ## Documentation
30
- I maintain a more user friendly and complete [documentation here](https://docs.capgo.app/).
30
+ I maintain a more user friendly and complete [documentation here](https://capgo.app/docs/).
31
31
 
32
32
  ## Installation
33
33
 
@@ -42,7 +42,7 @@ Create your account in [capgo.app](https://capgo.app) and get your [API key](htt
42
42
  - Login to CLI `npx @capgo/cli@latest init API_KEY`
43
43
  And follow the steps by step to setup your app.
44
44
 
45
- See more there in the [Auto update documentation](https://docs.capgo.app/plugin/auto-update).
45
+ See more there in the [Auto update documentation](https://capgo.app/docs/plugin/auto-update).
46
46
 
47
47
 
48
48
  ## Manual setup
@@ -55,7 +55,7 @@ public class CapacitorUpdaterPlugin
55
55
  private static final String channelUrlDefault =
56
56
  "https://api.capgo.app/channel_self";
57
57
 
58
- private final String PLUGIN_VERSION = "5.0.19";
58
+ private final String PLUGIN_VERSION = "5.0.20";
59
59
  private static final String DELAY_CONDITION_PREFERENCES = "";
60
60
 
61
61
  private SharedPreferences.Editor editor;
@@ -15,7 +15,7 @@ import Version
15
15
  @objc(CapacitorUpdaterPlugin)
16
16
  public class CapacitorUpdaterPlugin: CAPPlugin {
17
17
  private var implementation = CapacitorUpdater()
18
- private let PLUGIN_VERSION: String = "5.0.19"
18
+ private let PLUGIN_VERSION: String = "5.0.20"
19
19
  static let updateUrlDefault = "https://api.capgo.app/updates"
20
20
  static let statsUrlDefault = "https://api.capgo.app/stats"
21
21
  static let channelUrlDefault = "https://api.capgo.app/channel_self"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "5.0.19",
3
+ "version": "5.0.20",
4
4
  "packageManager": "pnpm@8.6.12",
5
5
  "license": "MPL-2.0",
6
6
  "description": "Live update for capacitor apps",