Skip to content

Commit

Permalink
Mark cordova-sqlite-evfree 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Feb 24, 2016
1 parent f9d6387 commit 14fda0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## 0.8.2-rc
## 0.8.2

- Support pre-populated database for Android, iOS
- BROKEN: pre-populated database for Windows "Universal"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordova-sqlite-evfree",
"version": "0.8.2-rc",
"description": "Native interface to SQLite for PhoneGap/Cordova - free enterprise version with Android memory fix",
"version": "0.8.2",
"description": "Native interface to SQLite for PhoneGap/Cordova - free enterprise version with memory improvements and other enhancements",
"cordova": {
"id": "cordova-sqlite-evfree",
"platforms": [
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-sqlite-evfree"
version="0.8.2-rc">
version="0.8.2">

<name>Cordova sqlite storage - free enterprise version with Android memory fix</name>
<name>Cordova sqlite storage - free enterprise version with memory improvements and other enhancements</name>

<license>GPL</license>

Expand Down

0 comments on commit 14fda0b

Please sign in to comment.