Skip to content

Commit

Permalink
chore(release): 6.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 17, 2024
1 parent 85167a4 commit 87c1cba
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.

### [6.0.43](https://github.com/Cap-go/capacitor-updater/compare/6.0.42...6.0.43) (2024-07-17)


### Bug Fixes

* add autofix ([85167a4](https://github.com/Cap-go/capacitor-updater/commit/85167a4283776d629496f379bb664720f25f328a))

### [6.0.42](https://github.com/Cap-go/capacitor-updater/compare/6.0.41...6.0.42) (2024-07-15)

### [6.0.41](https://github.com/Cap-go/capacitor-updater/compare/6.0.40...6.0.41) (2024-07-15)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.42";
private final String PLUGIN_VERSION = "6.0.43";
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 @@ -15,7 +15,7 @@ import Version
@objc(CapacitorUpdaterPlugin)
public class CapacitorUpdaterPlugin: CAPPlugin {
public var implementation = CapacitorUpdater()
private let PLUGIN_VERSION: String = "6.0.42"
private let PLUGIN_VERSION: String = "6.0.43"
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"
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.0.42",
"version": "6.0.43",
"packageManager": "pnpm@8.15.8",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
Expand Down

0 comments on commit 87c1cba

Please sign in to comment.