Skip to content

Commit

Permalink
Bump version to 15-5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz-dev committed Nov 20, 2024
1 parent 25e88ca commit a156a33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [15-5.1] - 2024-11-20
* The entire WebDAV URL is now shown when on settings
* SeedVault no longer shows up in backup status
* A launch button is now shown to apps that are force-stopped so they can be backed up
* It is now possible to verify the integrity of app backups, partially or fully

## [15-5.0] - 2024-10-15
* First Android 15 release
* New backup format using compression and deduplication
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault"
android:versionCode="35050000"
android:versionName="15-5.0">
android:versionCode="35050010"
android:versionName="15-5.1">
<!--
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
The version name is the targeted Android version followed by - and our own version name.
Expand Down
4 changes: 2 additions & 2 deletions contactsbackup/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.calyxos.backup.contacts"
android:versionCode="35050000"
android:versionName="15-5.0">
android:versionCode="35050010"
android:versionName="15-5.1">
<!--
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
The version name is the targeted Android version followed by - and our own version name.
Expand Down

0 comments on commit a156a33

Please sign in to comment.