Skip to content

Commit f1f2c88

Browse files
author
Christopher J. Brody
committed
cordova-sqlcipher-adapter 0.6.0
1 parent 26ebcdd commit f1f2c88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## cordova-sqlcipher-adapter 0.6.0-dev
3+
## cordova-sqlcipher-adapter 0.6.0
44

55
- SQLCipher 4.5.3 (community) update for Android now with math functions
66
- enable & test math functions for iOS & macOS

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-sqlcipher-adapter",
3-
"version": "0.6.0-dev",
3+
"version": "0.6.0",
44
"description": "SQLCipher database adapter for PhoneGap/Cordova, based on cordova-sqlite-storage",
55
"cordova": {
66
"id": "cordova-sqlcipher-adapter",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-sqlcipher-adapter"
5-
version="0.6.0-dev">
5+
version="0.6.0">
66

77
<name>Cordova sqlcipher adapter</name>
88

0 commit comments

Comments
 (0)