From 9d4cde29461cbdcf89be83ca2e7f690d955a430c Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Thu, 1 Feb 2018 10:11:31 +0100 Subject: [PATCH] Bug fix release 0.4.0.1 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad1cb0bb..b83c238f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 45e45fe9..45001d77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {