From a46e5ab7f86bc424ad15ef111b7a9e4e7ea561c8 Mon Sep 17 00:00:00 2001 From: GillesC Date: Sun, 1 May 2016 11:42:12 +0200 Subject: [PATCH] Incremented version number --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fb1061..27c6b82 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index e04627d..84e1dd1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.1.0"> NativeStorage Native storage of primitives in Android and iOS (booleans, strings, ints, doubles, objects) Apache 2.0