We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1881da2 commit bbb71a8Copy full SHA for bbb71a8
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cordova-sqlite-storage",
3
- "version": "6.1.0+1.0.0",
+ "version": "6.1.0+1.1.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.1.0+1.0.0">
+ version="6.1.0+1.1.0">
7
<name>Cordova SQLite storage plugin - cordova-sqlite-storage plugin version</name>
8
0 commit comments