Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
snipking committed Aug 15, 2022
1 parent e9abcd2 commit c8f73fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log


## 1.5.10 (2022-08-15)

- [Issue #7](https://github.com/snipking/cordova-hot-code-push/issues/7). Fixed by change `pathToAndroidConfigXml()` implementation. Thank you, [guorenjie](https://github.com/guorenjie).

## 1.5.9 (2020-07-20)

- Change `xcode` module require to support cordova 9
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": "cordova-hot-code-push-plugin-renew",
"version": "1.5.9",
"version": "1.5.10",
"description": "Cordova plugin to perform code updates on the fly",
"cordova": {
"id": "cordova-hot-code-push-plugin-renew",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="cordova-hot-code-push-plugin-renew" version="1.5.9"
<plugin id="cordova-hot-code-push-plugin-renew" version="1.5.10"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>Hot Code Push Plugin</name>
Expand Down

0 comments on commit c8f73fc

Please sign in to comment.