@capgo/capacitor-updater 4.13.3 → 4.13.4
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.
|
@@ -54,7 +54,7 @@ public class CapacitorUpdater {
|
|
|
54
54
|
private static final String bundleDirectory = "versions";
|
|
55
55
|
|
|
56
56
|
public static final String TAG = "Capacitor-updater";
|
|
57
|
-
public static final String pluginVersion = "4.13.
|
|
57
|
+
public static final String pluginVersion = "4.13.4";
|
|
58
58
|
|
|
59
59
|
public SharedPreferences.Editor editor;
|
|
60
60
|
public SharedPreferences prefs;
|
|
@@ -228,7 +228,7 @@ extension CustomError: LocalizedError {
|
|
|
228
228
|
public let TAG = "✨ Capacitor-updater:"
|
|
229
229
|
public let CAP_SERVER_PATH = "serverBasePath"
|
|
230
230
|
public var customId = ""
|
|
231
|
-
public let pluginVersion = "4.13.
|
|
231
|
+
public let pluginVersion = "4.13.4"
|
|
232
232
|
public var statsUrl = ""
|
|
233
233
|
public var channelUrl = ""
|
|
234
234
|
public var appId = ""
|