Skip to content

Commit

Permalink
cordova-sqlite-storage 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Aug 18, 2019
1 parent 85d77e9 commit 7b69ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

#### cordova-sqlite-storage 3.2.2-dev
#### cordova-sqlite-storage 3.3.0

- new default page & cache sizes with [email protected]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-storage",
"version": "3.2.2-dev",
"version": "3.3.0",
"description": "Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage plugin version",
"cordova": {
"id": "cordova-sqlite-storage",
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="3.2.2-dev">
version="3.3.0">

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

Expand Down

0 comments on commit 7b69ee7

Please sign in to comment.