version bump to 0.7.3 and changelog

This commit is contained in:
iNPUTmice 2014-10-09 23:08:55 +02:00
parent c6f9b23def
commit 331be08859
2 changed files with 8 additions and 3 deletions

View File

@ -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="28" android:versionCode="31"
android:versionName="0.7.2" > android:versionName="0.7.3" >
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"
@ -124,4 +124,4 @@
<activity android:name="de.duenndns.ssl.MemorizingActivity" /> <activity android:name="de.duenndns.ssl.MemorizingActivity" />
</application> </application>
</manifest> </manifest>

View File

@ -1,5 +1,10 @@
###Changelog ###Changelog
####Version 0.7.3
* revised tablet ui
* internal rewrites
* bug fixes
####Version 0.7.2 ####Version 0.7.2
* show full timestamp in messages * show full timestamp in messages
* brought back option to use JID to identify conferences * brought back option to use JID to identify conferences