Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:xpbrew/cordova-sqlite-storage into a…
Browse files Browse the repository at this point in the history
…void-incorrect-default-directory-on-ios-macos
  • Loading branch information
Christopher J. Brody committed Mar 12, 2020
2 parents e4c9743 + 3aece4b commit e9b5a97
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 4.0.1-dev
#### cordova-sqlite-storage 5.0.0-dev

- avoid incorrect default directory on iOS/macOS - to be extra safe (see <https://github.com/xpbrew/cordova-sqlite-storage/issues/907>)
- ensure that default "nosync" directory *always* has resource value set for `NSURLIsExcludedFromBackupKey`
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": "4.0.1-dev",
"version": "5.0.0-dev",
"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="4.0.1-dev">
version="5.0.0-dev">

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

Expand Down

0 comments on commit e9b5a97

Please sign in to comment.