diff --git a/CHANGELOG.md b/CHANGELOG.md index c08347fa..f1c7e10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [13-3.2] - 2022-12-29 +* Add expert option to save logs +* Add more details about branching to README +* Improvements for debug builds +* Documentation improvements +* Better error handling in some cases +* Some Android 13 upgrades + ## [13-3.1] - 2022-09-01 * Initial release for Android 13 * Don't attempt to restore app that is used as a backup location (e.g. Nextcloud), diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 12b9e1d9..fc8ce4be 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="33030020" + android:versionName="13-3.2">