Skip to content

Commit

Permalink
fix: revert version change
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed May 31, 2023
1 parent 561d3ef commit 962161d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "6.0.0";
private final String PLUGIN_VERSION = "5.0.0";
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 = "6.0.0"
private let PLUGIN_VERSION: String = "5.0.0"
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.0",
"version": "5.0.0",
"packageManager": "pnpm@8.5.1",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
Expand Down

0 comments on commit 962161d

Please sign in to comment.