Skip to content

Commit 0b81449

Browse files
committed
chore(release): raise version to 2.0.5
1 parent 0a4d9e4 commit 0b81449

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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+
9+
## [2.0.5] - 2020-03-12
810
### Changes
911
- Update version of cordova-plugin-secure-storage to 2.6.8-OS4 [RNMT-3803](https://outsystemsrd.atlassian.net/browse/RNMT-3803)
1012

@@ -44,10 +46,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4446
### Additions
4547
- Updates cordova-sqlcipher-adapter to version 0.1.7-os.3 [RNMT-2530](https://outsystemsrd.atlassian.net/browse/RNMT-2530)
4648

47-
[Unreleased]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.4...HEAD
49+
[Unreleased]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.5...HEAD
50+
[2.0.5]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.4...2.0.5
4851
[2.0.4]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.3...2.0.4
4952
[2.0.3]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.2...2.0.3
5053
[2.0.2]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.1...2.0.2
5154
[2.0.1]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.0...2.0.1
5255
[2.0.0]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/1.1.1...2.0.0
53-
[1.1.1]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/1.1.0...1.1.1
56+
[1.1.1]: https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/1.1.0...1.1.1

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

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

0 commit comments

Comments
 (0)