bumped version 0.2.3

This commit is contained in:
Daniel Gultsch 2014-05-17 19:23:52 +02:00
parent b7b25b472c
commit ae6c99012e
2 changed files with 5 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="13"
android:versionName="0.2.2" >
android:versionCode="14"
android:versionName="0.2.3" >
<uses-sdk
android:minSdkVersion="14"

View File

@ -1,5 +1,8 @@
###Changelog
####Version 0.2.3
* regression fix with receiving encrypted images
####Version 0.2.2
* Ability to take photos directly
* Improved openPGP offline handling