Skip to content

Commit 356aed1

Browse files
chore(release): 6.14.31
1 parent c197bef commit 356aed1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

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

5+
## [6.14.31](https://github.com/Cap-go/capacitor-updater/compare/6.14.30...6.14.31) (2025-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* user agent issue ([a82486b](https://github.com/Cap-go/capacitor-updater/commit/a82486b2c7910ac0f621b61f76ce54d6980bdb7e))
11+
512
## [6.14.30](https://github.com/Cap-go/capacitor-updater/compare/6.14.29...6.14.30) (2025-10-29)
613

714

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
7171
private static final String[] BREAKING_EVENT_NAMES = { "breakingAvailable", "majorAvailable" };
7272
private static final String LAST_FAILED_BUNDLE_PREF_KEY = "CapacitorUpdater.lastFailedBundle";
7373

74-
private final String PLUGIN_VERSION = "6.14.30";
74+
private final String PLUGIN_VERSION = "6.14.31";
7575
private static final String DELAY_CONDITION_PREFERENCES = "";
7676

7777
private SharedPreferences.Editor editor;

ios/Sources/CapacitorUpdaterPlugin/CapacitorUpdaterPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin {
5454
CAPPluginMethod(name: "isShakeMenuEnabled", returnType: CAPPluginReturnPromise)
5555
]
5656
public var implementation = CapgoUpdater()
57-
private let PLUGIN_VERSION: String = "6.14.30"
57+
private let PLUGIN_VERSION: String = "6.14.31"
5858
static let updateUrlDefault = "https://plugin.capgo.app/updates"
5959
static let statsUrlDefault = "https://plugin.capgo.app/stats"
6060
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": "6.14.30",
3+
"version": "6.14.31",
44
"license": "MPL-2.0",
55
"description": "Live update for capacitor apps",
66
"main": "dist/plugin.cjs.js",

0 commit comments

Comments
 (0)