- update version number

- update changelog
This commit is contained in:
Sefa Ilkimen
2018-02-15 12:34:11 +01:00
parent 3adec712c9
commit 53224ed875
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
## 1.10.1
- Fixed #71: does not encode query string in URL correctly on Android
- Fixed #72: app crashes if response encoding is not UTF-8
## 1.10.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-advanced-http",
"version": "1.10.0",
"version": "1.10.1",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
"scripts": {
"testandroid": "./scripts/build-test-app.sh --android --emulator && ./scripts/test-app.sh --android --emulator",