Skip to content

Commit

Permalink
Release version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 17, 2019
1 parent eaeab60 commit 05254ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ext.versionMajor = 0
ext.versionMinor = 9
ext.versionPatch = 4
ext.versionPatch = 5

buildscript {
ext.kotlin_version = '1.3.61'
Expand Down
2 changes: 1 addition & 1 deletion companion/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">WearAuthn</string>
<string name="changelog"><![CDATA[<h4>Recent changes</h4><b>Version 0.9.4</b><br/>• Added support for offline login via the "hmac-secret" extension<br/>• Fixed a crash when extensions were requested with an assertion<br/><br/><b>Version 0.9.3</b><br/>• Updated Android libraries<br/>• Fixed the visibility of the NFC settings icon<br/><br/><b>Version 0.9.2</b><br/>• Fixed a crash when the NFC state changes<br/><br/><b>Version 0.9.1</b><br/>• Made signature verification constant-time]]></string>
<string name="changelog"><![CDATA[<h4>Recent changes</h4><b>Version 0.9.5</b><br/>• Added support for transaction confirmation via the "txAuthSimple" extension<br/><br/><b>Version 0.9.4</b><br/>• Added support for offline login via the "hmac-secret" extension<br/>• Fixed a crash when extensions were requested with an assertion<br/><br/><b>Version 0.9.3</b><br/>• Updated Android libraries<br/>• Fixed the visibility of the NFC settings icon<br/><br/><b>Version 0.9.2</b><br/>• Fixed a crash when the NFC state changes<br/><br/><b>Version 0.9.1</b><br/>• Made signature verification constant-time]]></string>
<string name="url_new_issue">https://github.com/FabianHenneke/WearAuthn/issues/new?assignees=FabianHenneke&amp;template=bug_report.md</string>
<string name="label_purchase_button_purchased">Purchased</string>
<string name="label_purchase_button_pending">Purchase pending</string>
Expand Down

0 comments on commit 05254ae

Please sign in to comment.