Skip to content

Commit

Permalink
chore(release): raise version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckytuh committed Dec 18, 2019
1 parent 2207eb7 commit 82f633e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0]
### Additions
- Adds Dark Mode support for devices running iOS 13 and above [RNMT-3424](https://outsystemsrd.atlassian.net/browse/RNMT-3424)

Expand All @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changes
- Update usage of compile to implementation/api in gradle dependencies [RNMT-2655](https://outsystemsrd.atlassian.net/browse/RNMT-2655)

[Unreleased]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.0.6...HEAD
[Unreleased]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.1.0...HEAD
[1.1.0]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.0.6...1.1.0
[1.0.6]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.0.4...1.0.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.os.mobile.cardio",
"version": "1.0.6",
"version": "1.1.0",
"description": "Plugin Read Card ID and to Scan Documents",
"cordova": {
"id": "com.os.mobile.cardio",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.os.mobile.cardio"
version="1.0.6">
version="1.1.0">
<name>Card.io Cordova Plugin</name>
<description>Plugin Read Card ID and to Scan Documents</description>
<author>OutSystems</author>
Expand Down

0 comments on commit 82f633e

Please sign in to comment.