Skip to content

Commit

Permalink
RMET-2539 ::: Prepare 3.1.6 version release (#17)
Browse files Browse the repository at this point in the history
* chore: bumped version to 3.1.6 and android sdk 4.0.1-OS4

* changed aio branch to outsystems

* chore: prepare for 3.1.6 release

* chore: updated cordova-plugin-fingerprint-aio dependency to 4.0.1-OS4
  • Loading branch information
nflsilva authored Jun 15, 2023
1 parent cb9d80f commit a0d6255
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The changes documented here do not include those from the original repository.

## [Unreleased]

## [3.1.6]

## 07-06-2023
- [Android] Removed workaround fix implemented for Android <= 9. (https://outsystemsrd.atlassian.net/browse/RMET-2636)

## [3.1.5]

## 28-06-2022
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-plugin-fingerprint",
"version": "3.1.5",
"version": "3.1.6",
"description": "Cordova FingerPrint Plugin",
"cordova": {
"id": "outsystems-plugin-fingerprint",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="outsystems-plugin-fingerprint"
version="3.1.5">
version="3.1.6">
<name>fingerprint</name>
<description>Cordova FingerPrint Plugin</description>
<license>Apache 2.0</license>
Expand All @@ -18,7 +18,7 @@


<platform name="android">
<dependency id="cordova-plugin-fingerprint-aio" url="https://github.com/OutSystems/cordova-plugin-fingerprint-aio.git#4.0.1-OS3" />
<dependency id="cordova-plugin-fingerprint-aio" url="https://github.com/OutSystems/cordova-plugin-fingerprint-aio.git#4.0.1-OS4" />
</platform>

<platform name="ios">
Expand Down

0 comments on commit a0d6255

Please sign in to comment.