Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Cap-go/capacitor-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 16, 2023
2 parents 33a4cd4 + 01ffa9c commit 2657caa
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.

### [5.2.3](https://github.com/Cap-go/capacitor-updater/compare/5.2.2...5.2.3) (2023-08-16)


### Bug Fixes

* android direct update ([c556475](https://github.com/Cap-go/capacitor-updater/commit/c55647524efac0c35ebe6f03fd0c724efff6927b))

### [5.2.2](https://github.com/Cap-go/capacitor-updater/compare/5.2.1...5.2.2) (2023-08-16)

### [5.2.1](https://github.com/Cap-go/capacitor-updater/compare/5.2.0...5.2.1) (2023-08-16)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class CapacitorUpdaterPlugin
private static final String channelUrlDefault =
"https://api.capgo.app/channel_self";

private final String PLUGIN_VERSION = "5.2.2";
private final String PLUGIN_VERSION = "5.2.3";
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 {
private var implementation = CapacitorUpdater()
private let PLUGIN_VERSION: String = "5.2.2"
private let PLUGIN_VERSION: String = "5.2.3"
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": "5.2.2",
"version": "5.2.3",
"packageManager": "pnpm@8.6.12",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
Expand Down

0 comments on commit 2657caa

Please sign in to comment.