prepare version 0.1.1
This commit is contained in:
parent
332f539e87
commit
51f3bbc9d4
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue