From 312f2023388cd2cc6f755972a2dd629af5788dd2 Mon Sep 17 00:00:00 2001 From: Jakob Nixdorf Date: Fri, 14 Jul 2017 20:26:31 +0200 Subject: [PATCH] Bump to version 0.2.2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- app/build.gradle | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da804d95..785778be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +#### v0.2.2 + + * Bug fix: resume import and export after permission request + * Bug fix: implement a working hashCode function for the Entry class + * Code: add missing copyright headers + * Code: fix some tests + * Code: remove outdated tests + #### v0.2.1 * New feature: encrypted backups using OpenPGP diff --git a/README.md b/README.md index a2610baf..ae939b93 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.1/andOTP_v0.2.1.apk) +[![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) ![andOTP](./assets/logo.png) diff --git a/app/build.gradle b/app/build.gradle index 43f507fa..6367f60c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.shadowice.flocke.andotp" minSdkVersion 19 targetSdkVersion 25 - versionCode 3 - versionName "0.2.1" + versionCode 4 + versionName "0.2.2" } buildTypes { release {