From 0c74e8d7c88b7d2f1adab1ac932428cf8a2a9559 Mon Sep 17 00:00:00 2001 From: GillesC Date: Tue, 3 May 2016 19:36:25 +0200 Subject: [PATCH] Changes made for the new version --- README.md | 5 +++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbd5f52..d34b3f5 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,11 @@ cordova run browser ##Changelog +### Fixes and rewiring - v1.1.1 +- Fixed wrong double/boolean behaviour in Android (Strings were being returned) +- Increased Test Coverage +- Rewire of the JS back-end (no change to API) + ### Added browser capability - v1.0.10 For testing purposes the browser is also supported. If running in the browser localstorage is used. diff --git a/package.json b/package.json index 9eb7c17..fb96cb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-nativestorage", - "version": "1.1.0", + "version": "1.1.1", "description": "Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects)", "cordova": { "id": "cordova-plugin-nativestorage", diff --git a/plugin.xml b/plugin.xml index b5687dc..002be7c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.1.1"> NativeStorage Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects) Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index c839229..4ca8d1b 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -19,7 +19,7 @@ + version="1.1.1"> Cordova NativeStorage Plugin Tests Apache 2.0