diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a8b99d..2e7f2cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,16 @@ - Single Sign on for all Nextcloud Android Apps! +0.9.9.25 +--------------------- +- Fix - app crashes + 0.9.9.24 --------------------- - Fix - app crashes - 0.9.9.23 --------------------- - Fix - app crashes diff --git a/News-Android-App/src/main/AndroidManifest.xml b/News-Android-App/src/main/AndroidManifest.xml index d2e10481..5e1cd209 100644 --- a/News-Android-App/src/main/AndroidManifest.xml +++ b/News-Android-App/src/main/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="de.luhmer.owncloudnewsreader" android:installLocation="internalOnly" - android:versionCode="140" - android:versionName="0.9.9.24"> + android:versionCode="141" + android:versionName="0.9.9.25">