Skip to content

Commit

Permalink
cordova-sqlite-legacy-express-core package fix
Browse files Browse the repository at this point in the history
- style(package): add macOS Platform by Daniel Sogl <[email protected]>
  in this legacy version branch
  • Loading branch information
Christopher J. Brody committed Dec 10, 2017
1 parent 4544689 commit 35dc759
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

###### cordova-sqlite-legacy-express-core 1.0.3-pre0

TBD

###### cordova-sqlite-legacy-express-core 1.0.2

- Use PSPDFThreadSafeMutableDictionary for iOS/macOS to avoid threading issue ref: litehelpers/Cordova-sqlite-storage#716
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "cordova-sqlite-legacy-express-core",
"version": "1.0.2",
"version": "1.0.3-pre0",
"description": "Native interface to SQLite for PhoneGap/Cordova (legacy express core version)",
"cordova": {
"id": "cordova-sqlite-legacy-express-core",
"platforms": [
"android",
"ios"
"ios",
"osx",
"xx"
]
},
"repository": {
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-legacy-express-core"
version="1.0.2">
version="1.0.3-pre0">

<name>Cordova sqlite storage plugin - legacy express core version</name>

Expand Down

0 comments on commit 35dc759

Please sign in to comment.