Skip to content

Commit 4c20e85

Browse files
chore(release): 7.0.54
1 parent 4e1d0b6 commit 4c20e85

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [7.0.54](https://github.com/Cap-go/capacitor-updater/compare/7.0.53...7.0.54) (2025-05-19)
6+
57
### [7.0.53](https://github.com/Cap-go/capacitor-updater/compare/7.0.52...7.0.53) (2025-05-01)
68

79

android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
5757
private static final String statsUrlDefault = "https://plugin.capgo.app/stats";
5858
private static final String channelUrlDefault = "https://plugin.capgo.app/channel_self";
5959

60-
private final String PLUGIN_VERSION = "7.0.53";
60+
private final String PLUGIN_VERSION = "7.0.54";
6161
private static final String DELAY_CONDITION_PREFERENCES = "";
6262

6363
private SharedPreferences.Editor editor;

ios/Plugin/CapacitorUpdaterPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
4545
CAPPluginMethod(name: "getNextBundle", returnType: CAPPluginReturnPromise)
4646
]
4747
public var implementation = CapacitorUpdater()
48-
private let PLUGIN_VERSION: String = "7.0.53"
48+
private let PLUGIN_VERSION: String = "7.0.54"
4949
static let updateUrlDefault = "https://plugin.capgo.app/updates"
5050
static let statsUrlDefault = "https://plugin.capgo.app/stats"
5151
static let channelUrlDefault = "https://plugin.capgo.app/channel_self"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-updater",
3-
"version": "7.0.53",
3+
"version": "7.0.54",
44
"license": "MPL-2.0",
55
"description": "Live update for capacitor apps",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)