Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikDemyankov committed Aug 30, 2016
1 parent 87e0325 commit 266b009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.4.0)
This requires cordova 5.0+ (current stable 1.5.0)

```sh
cordova plugin add cordova-hot-code-push-plugin
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-hot-code-push-plugin",
"version": "1.4.0",
"version": "1.5.0",
"description": "Cordova plugin to perform code updates on the fly",
"cordova": {
"id": "cordova-hot-code-push-plugin",
Expand Down Expand Up @@ -35,7 +35,7 @@
}
],
"dependencies": {
"xml2js": ">=0.4"
"xml2js": "^0.4"
},
"author": "Nikolay Demyankov for Nordnet Bank AB",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin id="cordova-hot-code-push-plugin" version="1.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-hot-code-push-plugin" version="1.5.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>Hot Code Push Plugin</name>
<description>Cordova plugin to perform code updates on the fly</description>
Expand Down

0 comments on commit 266b009

Please sign in to comment.