Skip to content

Commit aa0ee84

Browse files
chore(release): 7.0.53
1 parent f88a468 commit aa0ee84

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.53](https://github.com/Cap-go/capacitor-updater/compare/7.0.52...7.0.53) (2025-05-01)
6+
7+
8+
### Bug Fixes
9+
10+
* order ([1652f1c](https://github.com/Cap-go/capacitor-updater/commit/1652f1c22237bf1f13150a1968516555fc639e5b))
11+
* order as it clone ([f88a468](https://github.com/Cap-go/capacitor-updater/commit/f88a46885600b609f2afe9ec366f6b97c10318a9))
12+
* step name ([64bb6ea](https://github.com/Cap-go/capacitor-updater/commit/64bb6eab2560950aab5d598e6fe0173821e48b13))
13+
514
### [7.0.52](https://github.com/Cap-go/capacitor-updater/compare/7.0.51...7.0.52) (2025-04-28)
615

716

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.52";
60+
private final String PLUGIN_VERSION = "7.0.53";
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.52"
48+
private let PLUGIN_VERSION: String = "7.0.53"
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.52",
3+
"version": "7.0.53",
44
"license": "MPL-2.0",
55
"description": "Live update for capacitor apps",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)