From dc549fa0c2df37ed0553095f3fe0da97ef5fb5f1 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Thu, 27 Jul 2017 22:50:14 +0200 Subject: [PATCH] Bump to version 0.2.3 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81b1d7d5..876ff3c2 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.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) diff --git a/app/build.gradle b/app/build.gradle index 6367f60c..6d8508ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {