Skip to content

Commit

Permalink
Mark current version as 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brody committed Aug 4, 2015
1 parent e62f97f commit 8e16036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
@@ -1,6 +1,6 @@
# Changes

## 0.7.10-pre
## 0.7.10

- Use Android-sqlite-connector instead of sqlite4java

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-storage",
"version": "0.7.10-dev",
"version": "0.7.10",
"description": "Native interface to SQLite for PhoneGap/Cordova",
"cordova": {
"id": "cordova-sqlite-storage",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
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="io.litehelpers.cordova.sqlite"
version="0.7.10-pre">
version="0.7.10">

<name>Cordova sqlite storage plugin</name>

Expand Down

0 comments on commit 8e16036

Please sign in to comment.