diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b1505c..166ac544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * New feature: in-app language switcher (Issue #53) * Bug fix: convert secrets to upper case when importing from JSON (Issue #55) * Bug fix: some layout fixes for certain translations (Issue #58) + * Style/UI: new adaptive icon for Android 8+ (Issue #65) * Style/UI: remove card elevation * Update: Android Studio 3 * Update: Gradle 4.1 / Android Gradle Plugin 3.0 diff --git a/README.md b/README.md index dbd726ff..b1fa4186 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # andOTP - Android OTP Authenticator [![Build Status](https://travis-ci.org/flocke/andOTP.svg?branch=master)](https://travis-ci.org/flocke/andOTP) -[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.2.8/andOTP_v0.2.8.apk) +[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.3.0/andOTP_v0.3.0.apk) ![andOTP](./assets/logo.png) diff --git a/app/build.gradle b/app/build.gradle index 00163210..6d113ff4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 19 targetSdkVersion 26 - versionCode 10 - versionName "0.2.8" + versionCode 11 + versionName "0.3.0" } buildTypes { release {