Skip to content

Commit a447208

Browse files
author
Matthew Wheatley
committed
version 1.4.4
1 parent 3b10d83 commit a447208

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 1.4.4
2+
### What's New
3+
* Added Arabic translations
4+
* merged pull request #114
5+
* Bug fix: KeyStore not initialized when trying to delete entry
6+
* merged pull request #106
7+
18
# Version 1.4.3
29
### What's New
310
* Added Thai translations

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-android-fingerprint-auth",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "Cordova plugin to use Android fingerprint authentication API",
55
"cordova": {
66
"id": "cordova-plugin-android-fingerprint-auth",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-android-fingerprint-auth"
5-
version="1.4.3">
5+
version="1.4.4">
66
<name>FingerprintAuth</name>
77
<description>Cordova plugin to use Android fingerprint authentication API</description>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)