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 May 10, 2024
2 parents c889eee + 16b592c commit cc9e7de
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 121 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.8](https://github.com/Cap-go/capacitor-updater/compare/6.0.7...6.0.8) (2024-05-06)

### [6.0.7](https://github.com/Cap-go/capacitor-updater/compare/6.0.6...6.0.7) (2024-05-06)

### [6.0.6](https://github.com/Cap-go/capacitor-updater/compare/6.0.5...6.0.6) (2024-05-06)

### [6.0.5](https://github.com/Cap-go/capacitor-updater/compare/6.0.4...6.0.5) (2024-05-06)

### [6.0.4](https://github.com/Cap-go/capacitor-updater/compare/6.0.3...6.0.4) (2024-05-01)


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.4";
private final String PLUGIN_VERSION = "6.0.8";
private static final String DELAY_CONDITION_PREFERENCES = "";

private SharedPreferences.Editor editor;
Expand Down
Binary file modified bun.lockb
Binary file not shown.
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.4"
private let PLUGIN_VERSION: String = "6.0.8"
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@capgo/capacitor-updater",
"version": "6.0.4",
"packageManager": "pnpm@8.15.7",
"version": "6.0.8",
"packageManager": "pnpm@8.15.8",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit cc9e7de

Please sign in to comment.