Skip to content

Commit a46e5ab

Browse files
committed
Incremented version number
1 parent c9a863c commit a46e5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-nativestorage",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"description": "Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects)",
55
"cordova": {
66
"id": "cordova-plugin-nativestorage",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-nativestorage"
5-
version="1.0.11">
5+
version="1.1.0">
66
<name>NativeStorage</name>
77
<description>Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects)</description>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)