Skip to content

Commit

Permalink
Merge pull request #14 from OutSystems/feat/RDMR-406/update-sqlite
Browse files Browse the repository at this point in the history
RDMR-406 ::: Update sqlite to version 3.47.2
  • Loading branch information
andredestro authored Jan 3, 2025
2 parents bbb71a8 + 977fdd2 commit e5de5bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-storage",
"version": "6.1.0+1.1.0",
"version": "6.1.0+1.2.0",
"description": "Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version",
"cordova": {
"id": "cordova-sqlite-storage",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/xpbrew/cordova-sqlite-storage",
"dependencies": {
"cordova-sqlite-storage-dependencies": "github:OutSystems/cordova-sqlite-storage-dependencies#4.1.0+0.1.0"
"cordova-sqlite-storage-dependencies": "github:OutSystems/cordova-sqlite-storage-dependencies#4.1.0+0.2.0"
},
"scripts": {
"clean-spec": "rimraf spec/[mnp]* && git checkout -- spec/config.xml spec/package.json && git status --ignored",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0">
version="6.1.0+1.2.0">

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

Expand Down

0 comments on commit e5de5bf

Please sign in to comment.