Skip to content

Commit cd1e2d7

Browse files
chore(release): raise to version 2.0.16
1 parent 4259d0d commit cd1e2d7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Fixes - 2022-09-01
8+
9+
## [2.0.16] - 2022-09-01
10+
### Fixes
911
- Fix: Fixing the way we checked the migration failed error (https://outsystemsrd.atlassian.net/browse/RMET-1771)
1012

1113
## [2.0.15] - 2022-04-14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.SecureSQLiteBundle",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform",
55
"cordova": {
66
"id": "com.outsystems.plugins.SecureSQLiteBundle",

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="com.outsystems.plugins.SecureSQLiteBundle"
5-
version="2.0.15">
5+
version="2.0.16">
66

77
<name>Cordova OutSystems secure SQLite bundle</name>
88
<license>MIT</license>

0 commit comments

Comments
 (0)