version bump to 0.3

This commit is contained in:
iNPUTmice 2014-06-03 11:18:42 +02:00
parent 4e82f4337e
commit 99793fa909
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.siacs.conversations"
android:versionCode="15"
android:versionName="0.3-beta" >
android:versionCode="16"
android:versionName="0.3" >
<uses-sdk
android:minSdkVersion="14"

View File

@ -2,6 +2,8 @@
####Version 0.3
* Mostly bug fixes and internal rewrites
* Touch contact picture in conference to highlight
* Long press on received image to share
* made OTR more reliable
* improved issues with occasional message lost
* experimental conference encryption. (see FAQ)