prepare version 0.1.1

This commit is contained in:
Bruno Bierbaumer 2015-12-19 13:49:46 +01:00
parent 332f539e87
commit 51f3bbc9d4
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "net.bierbaumer.otp_authenticator"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View file

@ -18,7 +18,7 @@
<body>
<center>
<img width="72" src="file:///android_res/mipmap/ic_launcher.png">
<h2>OTP Authenticator 0.1</h2>
<h2>OTP Authenticator 0.1.1</h2>
<p>© 2015 - Bruno Bierbaumer</p>
<p><a href="https://github.com/0xbb/otp-authenticator">Project Homepage</a></p>
<p><a href="file:///android_res/raw/opensource.html">Acknowledgments</a></p>