diff --git a/README.md b/README.md index bed7aa0e..04dfab40 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 86978900..6366004b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -35,7 +35,7 @@ } ], "dependencies": { - "xml2js": ">=0.4" + "xml2js": "^0.4" }, "author": "Nikolay Demyankov for Nordnet Bank AB", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 3b2f56a3..7e6e5171 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ - + Hot Code Push Plugin Cordova plugin to perform code updates on the fly