version bump
This commit is contained in:
parent
a3d241020a
commit
bc87f59600
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="eu.siacs.conversations"
|
package="eu.siacs.conversations"
|
||||||
android:versionCode="11"
|
android:versionCode="12"
|
||||||
android:versionName="0.2" >
|
android:versionName="0.2.1" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.2.1
|
||||||
|
* Various bug fixes
|
||||||
|
* Updated Translations
|
||||||
|
|
||||||
####Version 0.2
|
####Version 0.2
|
||||||
* Image file transfer
|
* Image file transfer
|
||||||
* Better integration with OpenKeychain (PGP encryption)
|
* Better integration with OpenKeychain (PGP encryption)
|
||||||
|
|
Loading…
Reference in a new issue