@capgo/capacitor-updater 4.8.0 → 4.8.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.8.
|
|
54
|
+
public static final String pluginVersion = "4.8.1";
|
|
55
55
|
|
|
56
56
|
public SharedPreferences.Editor editor;
|
|
57
57
|
public SharedPreferences prefs;
|
|
@@ -192,7 +192,7 @@ extension CustomError: LocalizedError {
|
|
|
192
192
|
|
|
193
193
|
public let TAG = "✨ Capacitor-updater:"
|
|
194
194
|
public let CAP_SERVER_PATH = "serverBasePath"
|
|
195
|
-
public let pluginVersion = "4.8.
|
|
195
|
+
public let pluginVersion = "4.8.1"
|
|
196
196
|
public var statsUrl = ""
|
|
197
197
|
public var channelUrl = ""
|
|
198
198
|
public var appId = ""
|