Skip to content

Commit ca0691f

Browse files
author
Christopher J. Brody
committed
cordova-sqlite-storage 6.1.0
rationale for minor version bump: - quite a few updates to SQLite 3 since July 2020 - sql.js as used for browser platform had a number of updates since August 2020 JSON1 seems to be now enabled by default in recent versions of SQLite 3.
1 parent f6eb7fc commit ca0691f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
#### cordova-sqlite-storage 6.0.1-dev
3+
#### cordova-sqlite-storage 6.1.0
44

55
- SQLite 3.40.0 update from cordova-sqlite-storage-dependencies@4.1.0
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-sqlite-storage",
3-
"version": "6.0.1-dev",
3+
"version": "6.1.0",
44
"description": "Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version",
55
"cordova": {
66
"id": "cordova-sqlite-storage",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-sqlite-storage"
5-
version="6.0.1-dev">
5+
version="6.1.0">
66

77
<name>Cordova SQLite storage plugin - cordova-sqlite-storage plugin version</name>
88

0 commit comments

Comments
 (0)