Bump version to 15-5.1

Co-authored-by: cdesai <chirayu@calyxinstitute.org>
This commit is contained in:
LucasMZ 2024-11-20 16:09:50 -03:00
parent 25e88caf88
commit 5605974bb3
No known key found for this signature in database
3 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.