Skip to content

Commit c08b5d5

Browse files
committed
Pushed version numbers to v2
1 parent c45d547 commit c08b5d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cordova-plugin-nativestorage",
3-
"version": "1.1.1",
4-
"description": "Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects)",
3+
"version": "2.0.0",
4+
"description": "Native storage of primitives in Android and iOS",
55
"author": "Gilles Callebaut <[email protected]>",
66
"contributors":[
77
{"name":"Alok Rajiv"}

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.1.1">
5+
version="2.0.0">
66
<name>NativeStorage</name>
7-
<description>Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects)</description>
7+
<description>Native storage of variables in Android and iOS</description>
88
<license>Apache 2.0</license>
99
<keywords>cordova, native storage, localstorage, NSUserDefaults, SharedPreferences</keywords>
1010
<repo></repo>

0 commit comments

Comments
 (0)