Skip to content

Commit f48a3aa

Browse files
author
Christopher J. Brody
committed
cordova-sqlite-storage 5.0.1
1 parent ba81b2a commit f48a3aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 5.0.1-dev
3+
#### cordova-sqlite-storage 5.0.1
44

55
- enable RENAME table with view test - from December 2019 SQLite crash report, fixed in 2020 ref:
66
- http://sqlite.1065341.n5.nabble.com/Crash-Bug-Report-tc109903.html

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": "5.0.1-dev",
3+
"version": "5.0.1",
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="5.0.1-dev">
5+
version="5.0.1">
66

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

0 commit comments

Comments
 (0)