Skip to content

Commit

Permalink
chore(release): raise version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoappereira committed Nov 4, 2021
1 parent 82f633e commit 49b69a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.1.1]
### Fixes
- New plugin release to include metadata tag in Extensibility Configurations in the OS wrapper

## [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 @@ -18,7 +22,8 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.1.1...HEAD
[1.1.1]: https://github.com/OutSystems/cardio-cordova-plugin/compare/1.1.0...1.1.1
[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.1.0",
"version": "1.1.1",
"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.1.0">
version="1.1.1">
<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 49b69a8

Please sign in to comment.