Skip to content

Commit cbefa7c

Browse files
committed
chore(release): bumped version to 0.1.7-OS8
1 parent b037892 commit cbefa7c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## unreleased
44

5+
## cordova-sqlcipher-adapter 0.1.7-OS8
6+
57
- Update for SQLCipher 4.4.2 and SQLite 3.33.0
68

79
## cordova-sqlcipher-adapter 0.1.7-OS7

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-OS7",
3+
"version": "0.1.7-OS8",
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-OS7">
5+
version="0.1.7-OS8">
66

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

0 commit comments

Comments
 (0)