From 30b0b5747e728b9515ac36ca9c471c824854aaf1 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Tue, 26 May 2020 06:32:09 +0200 Subject: [PATCH] Bump to version 0.7.1.1 --- CHANGELOG.md | 5 +++++ README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde3ad51..61cef9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +#### v0.7.1.1 + + * Bug fix: Fix migration of old tap-to-reveal setting + * Bug fix: Cache encryption key when recreating main activity + #### v0.7.1 * Deprecation notice: This will be the last version to support Android versions below 5.1 diff --git a/README.md b/README.md index 41253f93..54f1578f 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.7.1/andOTP_v0.7.1.apk) +[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.7.1.1/andOTP_v0.7.1.1.apk) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/andotp/localized.svg)](https://crowdin.com/project/andotp) [![Chat - Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)](https://t.me/andOTP) [![Chat - Matrix](https://img.shields.io/badge/chat-Matrix-blue.svg)](https://matrix.to/#/#andOTP:privacytools.io) diff --git a/app/build.gradle b/app/build.gradle index b0166374..226e3e21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 19 targetSdkVersion 29 - versionCode 31 - versionName "0.7.1" + versionCode 32 + versionName "0.7.1.1" vectorDrawables.useSupportLibrary = true } buildTypes {