Bump version to 13-3.3
* Release early, release often
Change-Id: Id408dd7463a5c9a51dafea0e45cbda122ba26866
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1c7e10..365682b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index fc8ce4b..c9210ac 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -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.
diff --git a/contactsbackup/src/main/AndroidManifest.xml b/contactsbackup/src/main/AndroidManifest.xml
index 39a48df..51bc8b8 100644
--- a/contactsbackup/src/main/AndroidManifest.xml
+++ b/contactsbackup/src/main/AndroidManifest.xml
@@ -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.