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 Nov 15, 2022
2 parents 217241b + 02a6c17 commit 2ff68b0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.

## [4.11.0](https://github.com/Cap-go/capacitor-updater/compare/4.10.4...4.11.0) (2022-11-15)


### Features

* add download_complete and download_% events ([0ed8022](https://github.com/Cap-go/capacitor-updater/commit/0ed80222ecc9fc7656399cddf744f032d7cf3944))

### [4.10.4](https://github.com/Cap-go/capacitor-updater/compare/4.10.3...4.10.4) (2022-11-11)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class CapacitorUpdater {
private static final String bundleDirectory = "versions";

public static final String TAG = "Capacitor-updater";
public static final String pluginVersion = "4.10.4";
public static final String pluginVersion = "4.11.0";

public SharedPreferences.Editor editor;
public SharedPreferences prefs;
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/CapacitorUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ extension CustomError: LocalizedError {
public let TAG = "✨ Capacitor-updater:"
public let CAP_SERVER_PATH = "serverBasePath"
public var customId = ""
public let pluginVersion = "4.10.4"
public let pluginVersion = "4.11.0"
public var statsUrl = ""
public var channelUrl = ""
public var appId = ""
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.10.4",
"version": "4.11.0",
"license": "LGPL-3.0-only",
"description": "OTA update for capacitor apps",
"main": "dist/plugin.cjs.js",
Expand Down

0 comments on commit 2ff68b0

Please sign in to comment.