Bump to version 0.2.3

This commit is contained in:
Jakob Nixdorf 2017-07-27 22:50:14 +02:00
parent 17af788db4
commit dc549fa0c2
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 3 additions and 3 deletions

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.2/andOTP_v0.2.2.apk)
[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.2.3/andOTP_v0.2.3.apk)
![andOTP](./assets/logo.png)

View file

@ -8,8 +8,8 @@ android {
applicationId "org.shadowice.flocke.andotp"
minSdkVersion 19
targetSdkVersion 25
versionCode 4
versionName "0.2.2"
versionCode 5
versionName "0.2.3"
}
buildTypes {
release {