diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf154bf..fb5a8ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [15-5.1] - 2024-11-20 +* It is now possible to verify the integrity of app backups, partially or fully +* The entire WebDAV URL is now shown when in settings +* A launch button is now shown for apps that are force-stopped so that they can be backed up + ## [15-5.0] - 2024-10-15 * First Android 15 release * New backup format using compression and deduplication diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8784f83a..568216e5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ + android:versionCode="35050010" + android:versionName="15-5.1">