@capgo/capacitor-updater 8.47.0 → 8.47.1

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.
@@ -113,7 +113,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
113
113
  static final int APPLICATION_EXIT_REASON_USER_REQUESTED = 10;
114
114
  static final int APPLICATION_EXIT_REASON_DEPENDENCY_DIED = 12;
115
115
 
116
- private final String pluginVersion = "8.47.0";
116
+ private final String pluginVersion = "8.47.1";
117
117
  private static final String DELAY_CONDITION_PREFERENCES = "";
118
118
 
119
119
  private SharedPreferences.Editor editor;
@@ -79,7 +79,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
79
79
  CAPPluginMethod(name: "completeFlexibleUpdate", returnType: CAPPluginReturnPromise)
80
80
  ]
81
81
  public var implementation = CapgoUpdater()
82
- private let pluginVersion: String = "8.47.0"
82
+ private let pluginVersion: String = "8.47.1"
83
83
  static let updateUrlDefault = "https://plugin.capgo.app/updates"
84
84
  static let statsUrlDefault = "https://plugin.capgo.app/stats"
85
85
  static let channelUrlDefault = "https://plugin.capgo.app/channel_self"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "8.47.0",
3
+ "version": "8.47.1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Live update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",