@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.3";
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.3"
231
+ public let pluginVersion = "4.13.4"
232
232
  public var statsUrl = ""
233
233
  public var channelUrl = ""
234
234
  public var appId = ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-updater",
3
- "version": "4.13.3",
3
+ "version": "4.13.4",
4
4
  "license": "LGPL-3.0-only",
5
5
  "description": "OTA update for capacitor apps",
6
6
  "main": "dist/plugin.cjs.js",