Skip to content

Commit

Permalink
version number up to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
snipking committed Dec 16, 2018
1 parent 33de15c commit 33c0d86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.5.5 (2018-12-16)

- Version Number Up

## 1.5.4 (2018-12-14)

- Fix `chcp_updateLoadFailed` not fire on iOS device when no connection avaliable.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As a result, your application receives updates of the web content as soon as pos

### Installation

This requires cordova 5.0+ (current stable 1.5.4)
This requires cordova 5.0+ (current stable 1.5.5)

```sh
cordova plugin add cordova-hot-code-push-plugin
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.4",
"version": "1.5.5",
"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" version="1.5.4"
<plugin id="cordova-hot-code-push-plugin" version="1.5.5"
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 33c0d86

Please sign in to comment.