diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b41811..c08347fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [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), + because can cause restore to abort early +* Upgrade several libraries + ## [12-3.0] - 2021-10-13 * Initial release for Android 12 * Use the same (faster and more secure) crypto that storage backups use, diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 33c90530..eadc02d3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="33000301" + android:versionName="13-3.1">