Skip to content

Commit

Permalink
chore(release): 6.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
1 parent 05413e3 commit de94959
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.1.32](https://github.com/Cap-go/capacitor-updater/compare/6.1.31...6.1.32) (2024-09-16)

### [6.1.31](https://github.com/Cap-go/capacitor-updater/compare/6.1.30...6.1.31) (2024-09-16)

### [6.1.30](https://github.com/Cap-go/capacitor-updater/compare/6.1.29...6.1.30) (2024-09-16)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class CapacitorUpdaterPlugin extends Plugin {
private static final String channelUrlDefault =
"https://api.capgo.app/channel_self";

private final String PLUGIN_VERSION = "6.1.31";
private final String PLUGIN_VERSION = "6.1.32";
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 @@ -16,7 +16,7 @@ import SwiftyRSA
@objc(CapacitorUpdaterPlugin)
public class CapacitorUpdaterPlugin: CAPPlugin {
public var implementation = CapacitorUpdater()
private let PLUGIN_VERSION: String = "6.1.31"
private let PLUGIN_VERSION: String = "6.1.32"
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.1.31",
"version": "6.1.32",
"license": "MPL-2.0",
"description": "Live update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit de94959

Please sign in to comment.