Skip to content

Commit

Permalink
chore(release): 6.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent c0934f6 commit 5cb7596
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.7";
private final String PLUGIN_VERSION = "6.14.8";
private static final String DELAY_CONDITION_PREFERENCES = "";

private SharedPreferences.Editor editor;
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdaterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"
private let PLUGIN_VERSION: String = "6.14.8"
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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capgo/capacitor-updater",
"version": "6.14.7",
"version": "6.14.8",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 5cb7596

Please sign in to comment.