Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesC committed May 1, 2016
1 parent c9a863c commit a46e5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.11",
"version": "1.1.0",
"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.0.11">
version="1.1.0">
<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

0 comments on commit a46e5ab

Please sign in to comment.