From e7c61726ff10da7dfd920bbe8872707fc470d2e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 May 2024 13:22:27 +0000 Subject: [PATCH] chore(release): 6.0.10 --- 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 d8c3297c..3a4b6ed8 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.0.10](https://github.com/Cap-go/capacitor-updater/compare/6.0.9...6.0.10) (2024-05-24) + ### [6.0.9](https://github.com/Cap-go/capacitor-updater/compare/6.0.8...6.0.9) (2024-05-10) 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 3a04af5f..33df0500 100644 --- a/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java +++ b/android/src/main/java/ee/forgr/capacitor_updater/CapacitorUpdaterPlugin.java @@ -55,7 +55,7 @@ public class CapacitorUpdaterPlugin extends Plugin { private static final String channelUrlDefault = "https://api.capgo.app/channel_self"; - private final String PLUGIN_VERSION = "6.0.9"; + private final String PLUGIN_VERSION = "6.0.10"; private static final String DELAY_CONDITION_PREFERENCES = ""; private SharedPreferences.Editor editor; diff --git a/ios/Plugin/CapacitorUpdaterPlugin.swift b/ios/Plugin/CapacitorUpdaterPlugin.swift index 3054d6e5..d9ecee95 100644 --- a/ios/Plugin/CapacitorUpdaterPlugin.swift +++ b/ios/Plugin/CapacitorUpdaterPlugin.swift @@ -15,7 +15,7 @@ import Version @objc(CapacitorUpdaterPlugin) public class CapacitorUpdaterPlugin: CAPPlugin { public var implementation = CapacitorUpdater() - private let PLUGIN_VERSION: String = "6.0.9" + private let PLUGIN_VERSION: String = "6.0.10" static let updateUrlDefault = "https://api.capgo.app/updates" static let statsUrlDefault = "https://api.capgo.app/stats" static let channelUrlDefault = "https://api.capgo.app/channel_self" diff --git a/package.json b/package.json index 9a0096be..b3868161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/capacitor-updater", - "version": "6.0.9", + "version": "6.0.10", "packageManager": "pnpm@8.15.8", "license": "MPL-2.0", "description": "Live update for capacitor apps",