Bump to version 0.3.0

This commit is contained in:
Jakob Nixdorf 2017-11-24 08:12:21 +01:00
parent d5f899b068
commit d07db0b07f
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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)

View file

@ -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 {