@capgo/capacitor-updater 4.7.0 → 4.7.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.
@@ -51,7 +51,7 @@ public class CapacitorUpdater {
51
51
  private static final String bundleDirectory = "versions";
52
52
 
53
53
  public static final String TAG = "Capacitor-updater";
54
- public static final String pluginVersion = "4.7.0";
54
+ public static final String pluginVersion = "4.7.1";
55
55
 
56
56
  public SharedPreferences.Editor editor;
57
57
  public SharedPreferences prefs;
@@ -168,7 +168,7 @@ extension CustomError: LocalizedError {
168
168
 
169
169
  public let TAG = "✨ Capacitor-updater:"
170
170
  public let CAP_SERVER_PATH = "serverBasePath"
171
- public let pluginVersion = "4.7.0"
171
+ public let pluginVersion = "4.7.1"
172
172
  public var statsUrl = ""
173
173
  public var channelUrl = ""
174
174
  public var appId = ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "OTA update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",