Bump version to 13-3.3
* Release early, release often Change-Id: Id408dd7463a5c9a51dafea0e45cbda122ba26866
This commit is contained in:
parent
ebed17ee58
commit
eebeff90ff
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue