Skip to content

Commit

Permalink
version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wheatley committed Jun 20, 2018
1 parent 3b10d83 commit a447208
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
@@ -1,3 +1,10 @@
# Version 1.4.4
### What's New
* Added Arabic translations
* merged pull request #114
* Bug fix: KeyStore not initialized when trying to delete entry
* merged pull request #106

# Version 1.4.3
### What's New
* Added Thai translations
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-android-fingerprint-auth",
"version": "1.4.3",
"version": "1.4.4",
"description": "Cordova plugin to use Android fingerprint authentication API",
"cordova": {
"id": "cordova-plugin-android-fingerprint-auth",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-android-fingerprint-auth"
version="1.4.3">
version="1.4.4">
<name>FingerprintAuth</name>
<description>Cordova plugin to use Android fingerprint authentication API</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit a447208

Please sign in to comment.