Skip to content

Commit

Permalink
chore(release): 7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2025
1 parent c07b454 commit 226e984
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [7.0.8](https://github.com/Cap-go/capacitor-updater/compare/7.0.7...7.0.8) (2025-02-17)


### Bug Fixes

* use fucking exact as we should and stop renovate bot fucking the deps ([c07b454](https://github.com/Cap-go/capacitor-updater/commit/c07b454a2a791e553df2366c600d4b8ac569f52a))

### [7.0.7](https://github.com/Cap-go/capacitor-updater/compare/7.0.6...7.0.7) (2025-02-17)


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 = "7.0.7";
private final String PLUGIN_VERSION = "7.0.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 = "7.0.7"
private let PLUGIN_VERSION: String = "7.0.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": "7.0.7",
"version": "7.0.8",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 226e984

Please sign in to comment.