Compare commits

...
2 Commits
Author SHA1 Message Date
Andrew Stephan b8d5f1486e 1.0.1 2016-02-24 13:59:38 -05:00
Andrew Stephan 6808069a18 updated install instructions in readme 2016-02-24 13:52:29 -05:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ Please check [CHANGELOG.md](CHANGELOG.md) for details about updating to a new ve
The plugin conforms to the Cordova plugin specification, it can be installed
using the Cordova / Phonegap command line interface.
phonegap plugin add https://github.com/wymsee/cordova-HTTP.git
phonegap plugin add cordova-plugin-http
cordova plugin add https://github.com/wymsee/cordova-HTTP.git
cordova plugin add cordova-plugin-http
## Usage
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-http",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"cordova": {
"id": "cordova-plugin-http",