Skip to content

Commit

Permalink
Changes made for the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesC committed May 3, 2016
1 parent 8ac67f7 commit 0c74e8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ cordova run browser

##<a name="changelog"></a>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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-nativestorage"
version="1.1.0">
version="1.1.1">
<name>NativeStorage</name>
<description>Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects)</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-nativestorage-tests"
version="1.1.0">
version="1.1.1">
<name>Cordova NativeStorage Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 0c74e8d

Please sign in to comment.