Skip to content

Commit bd196de

Browse files
committed
chore(release): raise version to 2.0.1
1 parent 07ceed1 commit bd196de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## 2.0.1 - 2019-09-04
910
### Changes
1011
- Updates version of cordova-plugin-secure-storage to 2.6.8-OS [RNMT-3257](https://outsystemsrd.atlassian.net/browse/RNMT-3257)
1112

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.0",
3+
"version": "2.0.1",
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.0">
5+
version="2.0.1">
66

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

0 commit comments

Comments
 (0)