Skip to content

Commit

Permalink
cordova-sqlite-evplus-ext-free 0.5.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Dec 16, 2020
1 parent f3a50f1 commit 99f9b1f
Show file tree
Hide file tree
Showing 4 changed files with 18 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-evplus-ext-free 0.5.0-rc3-dev
# cordova-sqlite-evplus-ext-free 0.5.0-rc3

- apply SQLite 3.34.0 update

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-evplus-ext-free",
"version": "0.5.0-rc3-dev",
"version": "0.5.0-rc3",
"description": "Cordova/PhoneGap sqlite storage - free enterprise version [evplus version] with Android performance/memory improvements and TBD other extra features for PhoneGap Build",
"cordova": {
"id": "cordova-sqlite-evplus-ext-free",
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-evplus-ext-free"
version="0.5.0-rc3-dev">
version="0.5.0-rc3">

<name>Cordova sqlite storage - free enterprise version [evplus version] with Android performance/memory improvements and TBD other extra features for PhoneGap Build</name>

Expand Down
15 changes: 15 additions & 0 deletions spec/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"dependencies": {},
"devDependencies": {
"cordova-android": "^9.0.0",
"cordova-plugin-file": "^6.0.2"
},
"cordova": {
"plugins": {
"cordova-plugin-file": {}
},
"platforms": [
"android"
]
}
}

0 comments on commit 99f9b1f

Please sign in to comment.