Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-05-17 21:23:52 +0400
committerDaniel Gultsch <daniel@gultsch.de>2014-05-17 21:23:52 +0400
commitae6c99012e4f26ec109233e4d29f4bd0c1eca5ea (patch)
treef32c2f4968b328c23d7e38bba86819ac220972a1
parentb7b25b472cf602ab07ec2ebbb05c349a6767c2da (diff)
bumped version 0.2.30.2.3
-rw-r--r--AndroidManifest.xml4
-rw-r--r--CHANGELOG.md3
2 files changed, 5 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4806ac324..32e83085d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f24146ee2..7e9aa5cbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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