Bump to version 0.2.2

This commit is contained in:
Jakob Nixdorf 2017-07-14 20:26:31 +02:00
parent f47b9a479c
commit 312f202338
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
# Changelog # 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 #### v0.2.1
* New feature: encrypted backups using OpenPGP * New feature: encrypted backups using OpenPGP

View file

@ -1,7 +1,7 @@
# andOTP - Android OTP Authenticator # andOTP - Android OTP Authenticator
[![Build Status](https://travis-ci.org/flocke/andOTP.svg?branch=master)](https://travis-ci.org/flocke/andOTP) [![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) ![andOTP](./assets/logo.png)

View file

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