diff --git a/ttrssreader/src/main/AndroidManifest.xml b/ttrssreader/src/main/AndroidManifest.xml
index 481410a4..05825687 100755
--- a/ttrssreader/src/main/AndroidManifest.xml
+++ b/ttrssreader/src/main/AndroidManifest.xml
@@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="internalOnly"
- android:versionCode="1961"
- android:versionName="1.96.1">
+ android:versionCode="1962"
+ android:versionName="1.96.2">
diff --git a/ttrssreader/src/main/res/values/update.xml b/ttrssreader/src/main/res/values/update.xml
index b3900359..c6f212ff 100755
--- a/ttrssreader/src/main/res/values/update.xml
+++ b/ttrssreader/src/main/res/values/update.xml
@@ -17,7 +17,12 @@
- - Version 1.96.1
+
- Version 1.96.2
+ * Fix #445: Close app with "Go back after mark all read" on main page
+ * Fix #439: Login issues due to removed base64 encoding of credentials
+ * Fix #441: Mark as read generates a warning on the server
+
+ - Version 1.96.1
* Use OkHttp Library to reduce issues with SSL, optimize re-use of existing connection
* Attempt fix of issue #425: Crash upon backing out to top of folder structure
- Version 1.95.8