@capgo/capacitor-updater 8.49.5 → 8.49.6

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.
@@ -142,7 +142,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
142
142
  static final int APPLICATION_EXIT_REASON_USER_REQUESTED = 10;
143
143
  static final int APPLICATION_EXIT_REASON_DEPENDENCY_DIED = 12;
144
144
 
145
- private final String pluginVersion = "8.49.5";
145
+ private final String pluginVersion = "8.49.6";
146
146
  private static final String DELAY_CONDITION_PREFERENCES = "";
147
147
 
148
148
  private SharedPreferences.Editor editor;
@@ -85,7 +85,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
85
85
  CAPPluginMethod(name: "completeFlexibleUpdate", returnType: CAPPluginReturnPromise)
86
86
  ]
87
87
  public var implementation = CapgoUpdater()
88
- private let pluginVersion: String = "8.49.5"
88
+ private let pluginVersion: String = "8.49.6"
89
89
  static let updateUrlDefault = "https://plugin.capgo.app/updates"
90
90
  static let statsUrlDefault = "https://plugin.capgo.app/stats"
91
91
  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.49.5",
3
+ "version": "8.49.6",
4
4
  "license": "MPL-2.0",
5
5
  "description": "Live update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",