Skip to content

Commit

Permalink
Prepare 1.2.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed May 8, 2017
1 parent 4237e9a commit dd96fd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* Version 1.2.1 released 2017-05-05
** Better handling of errors.
** No longer require NFC to be enabled when available.

* Version 1.2.0 released 2017-04-26
** Embedded QR scanner to avoid relying on third party app.
** Experimental USB support, enabling use with YubiKey 4C or other YubiKeys via OTG cable.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.yubico.yubioath"
minSdkVersion 15
targetSdkVersion 25
versionCode 33
versionName "1.2.0"
versionCode 34
versionName "1.2.1"
}
buildTypes {
release {
Expand Down

0 comments on commit dd96fd4

Please sign in to comment.