From ae6e09d7146227811129a5894bf2de9f5af41913 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Feb 2025 06:38:51 +0000 Subject: [PATCH] chore(release): 6.14.9 --- CHANGELOG.md | 2 ++ .../java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java | 2 +- ios/Plugin/CapacitorUpdaterPlugin.swift | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d11af81..60e5a489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [6.14.9](https://github.com/Cap-go/capacitor-updater/compare/6.14.8...6.14.9) (2025-02-03) + ### [6.14.8](https://github.com/Cap-go/capacitor-updater/compare/6.14.7...6.14.8) (2025-01-27) ### [6.14.7](https://github.com/Cap-go/capacitor-updater/compare/6.14.6...6.14.7) (2025-01-20) diff --git a/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java b/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java index bbacb5e6..74d992eb 100644 --- a/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java +++ b/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java @@ -57,7 +57,7 @@ public class CapacitorUpdaterPlugin extends Plugin { private static final String statsUrlDefault = "https://plugin.capgo.app/stats"; private static final String channelUrlDefault = "https://plugin.capgo.app/channel_self"; - private final String PLUGIN_VERSION = "6.14.8"; + private final String PLUGIN_VERSION = "6.14.9"; private static final String DELAY_CONDITION_PREFERENCES = ""; private SharedPreferences.Editor editor; diff --git a/ios/Plugin/CapacitorUpdaterPlugin.swift b/ios/Plugin/CapacitorUpdaterPlugin.swift index d211edf9..b87b71dc 100644 --- a/ios/Plugin/CapacitorUpdaterPlugin.swift +++ b/ios/Plugin/CapacitorUpdaterPlugin.swift @@ -45,7 +45,7 @@ public class CapacitorUpdaterPlugin: CAPPlugin, CAPBridgedPlugin { CAPPluginMethod(name: "getNextBundle", returnType: CAPPluginReturnPromise) ] public var implementation = CapacitorUpdater() - private let PLUGIN_VERSION: String = "6.14.8" + private let PLUGIN_VERSION: String = "6.14.9" static let updateUrlDefault = "https://plugin.capgo.app/updates" static let statsUrlDefault = "https://plugin.capgo.app/stats" static let channelUrlDefault = "https://plugin.capgo.app/channel_self" diff --git a/package.json b/package.json index 6b4fd7d0..cd621fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-updater", - "version": "6.14.8", + "version": "6.14.9", "license": "MPL-2.0", "description": "Live update for capacitor apps", "main": "dist/plugin.cjs.js",