Bug fix release 0.4.0.1

This commit is contained in:
Jakob Nixdorf 2018-02-01 10:11:31 +01:00
parent bcd8009203
commit 9d4cde2946
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# andOTP - Android OTP Authenticator
[![Build Status](https://travis-ci.org/andOTP/andOTP.svg?branch=master)](https://travis-ci.org/andOTP/andOTP)
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.4.0/andOTP_v0.4.0.apk)
[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.4.0.1/andOTP_v0.4.0.1.apk)
![andOTP](./assets/logo.png)

View file

@ -8,8 +8,8 @@ android {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 19
targetSdkVersion 27
versionCode 13
versionName "0.4.0"
versionCode 14
versionName "0.4.0.1"
}
buildTypes {
release {