We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca9148 commit 0d1fb9cCopy full SHA for 0d1fb9c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-sqlite-storage",
3
- "version": "6.0.0",
+ "version": "6.0.0+1.0.0",
4
"description": "Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version",
5
"cordova": {
6
"id": "cordova-sqlite-storage",
plugin.xml
@@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-sqlite-storage"
- version="6.0.0">
+ version="6.0.0+1.0.0">
7
<name>Cordova SQLite storage plugin - cordova-sqlite-storage plugin version</name>
8
0 commit comments