Skip to content

Commit

Permalink
version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wheatley committed Oct 4, 2018
1 parent 96a3751 commit b104f07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 1.4.5
### What's New
* Added Korean translations
* merged pull request #125
* Added index.d.ts for Typescript support
* merged pull request #118
* Update German strings
* merged pull request #117

# Version 1.4.4
### What's New
* Added Arabic translations
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": "cordova-plugin-android-fingerprint-auth",
"version": "1.4.4",
"version": "1.4.5",
"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
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"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-android-fingerprint-auth"
version="1.4.4">
version="1.4.5">
<name>FingerprintAuth</name>
<description>Cordova plugin to use Android fingerprint authentication API</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit b104f07

Please sign in to comment.