From aff5f3cea5ade9f6786070aa80f2211aa966bfff Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Tue, 25 Oct 2016 21:45:50 +0200 Subject: [PATCH] plugin.xml declare SQLitePlugin.js per platform --- CHANGES.md | 4 ++++ package.json | 2 +- plugin.xml | 22 +++++++++++++++++----- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bdd08da16..e5a1d790e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## cordova-sqlite-storage 2.1.0-browser-wip1 + +TBD + ## cordova-sqlite-storage 2.0.3 - Drop engines rule from package.json diff --git a/package.json b/package.json index 688f3e10a..4a5251a54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-sqlite-storage", - "version": "2.0.3", + "version": "2.1.0-browser-wip1", "description": "Native interface to SQLite for PhoneGap/Cordova", "cordova": { "id": "cordova-sqlite-storage", diff --git a/plugin.xml b/plugin.xml index 76d783ab5..01414944c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.1.0-browser-wip1"> Cordova sqlite storage plugin @@ -16,12 +16,12 @@ - - - - + + + + @@ -45,6 +45,10 @@ + + + + @@ -62,6 +66,10 @@ + + + + @@ -80,6 +88,10 @@ + + + +