Skip to content

Commit f81959b

Browse files
committed
chore(release): raise version to 0.1.7-OS5
1 parent 21be269 commit f81959b

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changes
22

3-
## [Unreleased]
4-
- Support to 64-bits
3+
## cordova-sqlcipher-adapter 0.1.7-OS5
4+
5+
- Support to 64-bits
56

67
## cordova-sqlcipher-adapter 0.1.7-OS4
78

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.1.7-OS4",
3+
"version": "0.1.7-OS5",
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.1.7-OS4">
5+
version="0.1.7-OS5">
66

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

0 commit comments

Comments
 (0)