@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.
|
|
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.
|
|
171
|
+
public let pluginVersion = "4.7.1"
|
|
172
172
|
public var statsUrl = ""
|
|
173
173
|
public var channelUrl = ""
|
|
174
174
|
public var appId = ""
|