Skip to content

Commit 977fdd2

Browse files
committed
feat: update sqlite to version 3.47.2
1 parent bbb71a8 commit 977fdd2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-sqlite-storage",
3-
"version": "6.1.0+1.1.0",
3+
"version": "6.1.0+1.2.0",
44
"description": "Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version",
55
"cordova": {
66
"id": "cordova-sqlite-storage",
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/xpbrew/cordova-sqlite-storage",
3434
"dependencies": {
35-
"cordova-sqlite-storage-dependencies": "github:OutSystems/cordova-sqlite-storage-dependencies#4.1.0+0.1.0"
35+
"cordova-sqlite-storage-dependencies": "github:OutSystems/cordova-sqlite-storage-dependencies#4.1.0+0.2.0"
3636
},
3737
"scripts": {
3838
"clean-spec": "rimraf spec/[mnp]* && git checkout -- spec/config.xml spec/package.json && git status --ignored",

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.1.0+1.1.0">
5+
version="6.1.0+1.2.0">
66

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

0 commit comments

Comments
 (0)