From 34eec80acf9733031f24ec196190fbd683130ea1 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Tue, 15 Jun 2021 06:03:43 +0200 Subject: [PATCH] Bump to version 0.9.0.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c06bb0e..f37411c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +#### v0.9.0.1 + + * Bugfix: Fix crash when using the tags drawer (Issue #856) + #### v0.9.0 * New feature: Option to focus search on start (Issue #654,PR #658 by @mchllngr) diff --git a/README.md b/README.md index 077cd4c3..3175ca81 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.9.0/andOTP_v0.9.0.apk) +[![Current release](https://img.shields.io/github/release/andOTP/andOTP/all.svg)](https://github.com/andOTP/andOTP/releases/download/v0.9.0.1/andOTP_v0.9.0.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 7c4b3ba8..a3725521 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 22 targetSdkVersion 30 - versionCode 38 - versionName "0.9.0" + versionCode 39 + versionName "0.9.0.1" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }