Bump version to 13-3.3

* Release early, release often

Change-Id: Id408dd7463a5c9a51dafea0e45cbda122ba26866
This commit is contained in:
Chirayu Desai 2023-01-06 02:55:50 +05:30
parent ebed17ee58
commit eebeff90ff
3 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
## [13-3.3] - 2023-01-11
* Mark Nextcloud as "Not recommended"
* Warn before turning off backups
* Avoid corrupting old backups when turning off backups
* Pre-grant `ACCESS_MEDIA_LOCATION` permission for Storage backups
## [13-3.2] - 2022-12-29
* Add expert option to save logs
* Add more details about branching to README

View file

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault"
android:versionCode="33030020"
android:versionName="13-3.2">
android:versionCode="33030030"
android:versionName="13-3.3">
<!--
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

@ -2,8 +2,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="33030020"
android:versionName="13-3.2">
android:versionCode="33030030"
android:versionName="13-3.3">
<!--
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.