diff --git a/apps/accessibility/appinfo/info.xml b/apps/accessibility/appinfo/info.xml
index 050babb926704714f014c2291a6cb598f5b01b7f..b498ddb700e95c508f02c9c5d6b6d93692f8cb68 100644
--- a/apps/accessibility/appinfo/info.xml
+++ b/apps/accessibility/appinfo/info.xml
@@ -1,23 +1,23 @@
 <?xml version="1.0"?>
 <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
-      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
-    <id>accessibility</id>
-    <name>Accessibility</name>
-    <summary>Accessibility options for nextcloud</summary>
-    <description><![CDATA[Provides multiple accessibilities options to ease your use of Nextcloud]]></description>
-    <version>1.5.0</version>
-    <licence>agpl</licence>
-    <author>John Molakvoæ</author>
-    <namespace>Accessibility</namespace>
-    <default_enable/>
+	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+	<id>accessibility</id>
+	<name>Accessibility</name>
+	<summary>Accessibility options for nextcloud</summary>
+	<description><![CDATA[Provides multiple accessibilities options to ease your use of Nextcloud]]></description>
+	<version>1.6.0</version>
+	<licence>agpl</licence>
+	<author>John Molakvoæ</author>
+	<namespace>Accessibility</namespace>
+	<default_enable/>
 
-    <category>customization</category>
+	<category>customization</category>
 
-    <bugs>https://github.com/nextcloud/server/issues</bugs>
+	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
-    <dependencies>
-        <nextcloud min-version="19" max-version="19"/>
-    </dependencies>
+	<dependencies>
+		<nextcloud min-version="20" max-version="20"/>
+	</dependencies>
 
 	<repair-steps>
 		<pre-migration>
@@ -25,8 +25,8 @@
 		</pre-migration>
 	</repair-steps>
 
-    <settings>
-        <personal>OCA\Accessibility\Settings\Personal</personal>
-        <personal-section>OCA\Accessibility\Settings\PersonalSection</personal-section>
-    </settings>
+	<settings>
+		<personal>OCA\Accessibility\Settings\Personal</personal>
+		<personal-section>OCA\Accessibility\Settings\PersonalSection</personal-section>
+	</settings>
 </info>
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index a80e13b40655c6075db62ddffa5a572c12636caa..e9c9ff022316e45344773ada19d99a93f38d7d2c 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Auditing / Logging</name>
 	<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
 	<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Nextcloud</author>
 	<namespace>AdminAudit</namespace>
@@ -15,7 +15,7 @@
 	<category>monitoring</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 	<background-jobs>
 		<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml
index 5b6ef094676a0065f2ba0e1ac81a4e957cacf4ab..fc194b62cfaa4ad1bd4db823e335228ceabd354a 100644
--- a/apps/cloud_federation_api/appinfo/info.xml
+++ b/apps/cloud_federation_api/appinfo/info.xml
@@ -1,20 +1,20 @@
 <?xml version="1.0"?>
 <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
-      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
-    <id>cloud_federation_api</id>
-    <name>Cloud Federation API</name>
-    <summary>Enable clouds to communicate with each other and exchange data</summary>
-    <description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
-    <version>1.2.0</version>
-    <licence>agpl</licence>
-    <author>Bjoern Schiessle</author>
-    <namespace>CloudFederationAPI</namespace>
-    <types>
-        <filesystem/>
-    </types>
-    <category>files</category>
-    <bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
-    <dependencies>
-        <nextcloud min-version="19" max-version="19"/>
-    </dependencies>
+	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+	<id>cloud_federation_api</id>
+	<name>Cloud Federation API</name>
+	<summary>Enable clouds to communicate with each other and exchange data</summary>
+	<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
+	<version>1.3.0</version>
+	<licence>agpl</licence>
+	<author>Bjoern Schiessle</author>
+	<namespace>CloudFederationAPI</namespace>
+	<types>
+		<filesystem/>
+	</types>
+	<category>files</category>
+	<bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
+	<dependencies>
+		<nextcloud min-version="20" max-version="20"/>
+	</dependencies>
 </info>
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index ebaabf811f913d7c16706717cfa1ad2ade9f6085..308a4cd45a8ff920bd88e94caec9fe09f98d006a 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Comments</name>
 	<summary>Files app plugin to add comments to files</summary>
 	<description>Files app plugin to add comments to files</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Arthur Schiwon</author>
 	<author>Vincent Petry</author>
@@ -17,7 +17,7 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<activity>
diff --git a/apps/contactsinteraction/appinfo/info.xml b/apps/contactsinteraction/appinfo/info.xml
index f4e18611150aed848e5a48533dc4ca2979cf2c09..e9f080f053a49542505add926c8f2530f5c5bf89 100644
--- a/apps/contactsinteraction/appinfo/info.xml
+++ b/apps/contactsinteraction/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Contacts Interaction</name>
 	<summary>Manages interaction between users and contacts</summary>
 	<description>Collect data about user and contacts interactions and provide an address book for the data</description>
-	<version>1.0.0</version>
+	<version>1.1.0</version>
 	<licence>agpl</licence>
 	<author>Christoph Wurst</author>
 	<namespace>ContactsInteraction</namespace>
@@ -17,7 +17,7 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 	<background-jobs>
 		<job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 4d7d7f3b499c0e7ae17cb1b75134b8810801859b..9eab8e327087e932384a35a2c08de6c796e317b4 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>WebDAV</name>
 	<summary>WebDAV endpoint</summary>
 	<description>WebDAV endpoint</description>
-	<version>1.15.0</version>
+	<version>1.16.0</version>
 	<licence>agpl</licence>
 	<author>owncloud.org</author>
 	<namespace>DAV</namespace>
@@ -16,7 +16,7 @@
 	<category>integration</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 0ef56e7e67791b5af8e73546ce3f709eab90068a..27f83e371c842d43530da59be967e8a4450ca1a1 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -14,7 +14,7 @@
 		Please read the documentation to know all implications before you decide
 		to enable server-side encryption.
 	</description>
-	<version>2.7.0</version>
+	<version>2.8.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<author>Clark Tomlinson</author>
@@ -31,7 +31,7 @@
 
 	<dependencies>
 		<lib>openssl</lib>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<repair-steps>
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index a09e2df39d6364f64bb023a696478e2e62c3a401..56a0f93cbc00c2440d1bd1d1a01f0c2a83d0e8bf 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Federated file sharing</name>
 	<summary>Provide federated file sharing across servers</summary>
 	<description>Provide federated file sharing across servers</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<author>Roeland Jago Douma</author>
@@ -15,7 +15,7 @@
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<settings>
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index f568041e545a7c47a66689287923ab1a5545c220..b56b64bf22944d2518948aa8080bb0836098e1aa 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Federation</name>
 	<summary>Federation allows you to connect with other trusted servers to exchange the user directory.</summary>
 	<description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>Federation</namespace>
@@ -18,7 +18,7 @@
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index c5b1e85f9b1a94ed10f5fcd6989c6a594f83afa5..1ac21257a24e0f7107660202c4248c37976d7825 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Files</name>
 	<summary>File Management</summary>
 	<description>File Management</description>
-	<version>1.14.0</version>
+	<version>1.15.0</version>
 	<licence>agpl</licence>
 	<author>Robin Appelman</author>
 	<author>Vincent Petry</author>
@@ -19,7 +19,7 @@
 	<category>files</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index be7a0f56a6b77e674b73bd675625e71429e3e498..59c7a04701093cda625d2e697bacd50be87bd6ff 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -9,7 +9,7 @@ This application enables administrators to configure connections to external sto
 
 External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
 	</description>
-	<version>1.10.0</version>
+	<version>1.11.0</version>
 	<licence>agpl</licence>
 	<author>Robin Appelman</author>
 	<author>Michael Gapczynski</author>
@@ -28,7 +28,7 @@ External storage can be configured using the GUI or at the command line. This se
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<commands>
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index e94df721b22e784159533010254fbce6f4ccfb63..e9576dd1adb2acdb94fe7d00b9aee47b796c7305 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -9,7 +9,7 @@
 Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
 
 	</description>
-	<version>1.11.0</version>
+	<version>1.12.0</version>
 	<licence>agpl</licence>
 	<author>Michael Gapczynski</author>
 	<author>Bjoern Schiessle</author>
@@ -23,7 +23,7 @@ Turning the feature off removes shared files and folders on the server for all s
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 0e937f258ff3a65e5b42e0c270d034a7dd8cf9f1..a6fb06c23cde0d4835040f14cc61c29a2907bab1 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -9,7 +9,7 @@ This application enables users to restore files that were deleted from the syste
 To prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.
 
 	</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>Files_Trashbin</namespace>
@@ -24,7 +24,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
 	<category>files</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 77ba8fbcbca5c4e81a13e33f4db2c31c2a9ace2a..3b740522793153ce89b1f05fcfc783fa08ef9258 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -8,7 +8,7 @@
 		This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
 		In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
 	</description>
-	<version>1.12.0</version>
+	<version>1.13.0</version>
 	<licence>agpl</licence>
 	<author>Frank Karlitschek</author>
 	<author>Bjoern Schiessle</author>
@@ -24,7 +24,7 @@
 	<category>files</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml
index a9e367adf6ce7a936999d2f171c212a5dbeeb74a..856187297bb73c117297d2ed9c9ea90dfc23d075 100644
--- a/apps/lookup_server_connector/appinfo/info.xml
+++ b/apps/lookup_server_connector/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Lookup Server Connector</name>
 	<summary>Sync public user information with the lookup server</summary>
 	<description>Sync public user information with the lookup server</description>
-	<version>1.7.0</version>
+	<version>1.8.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>LookupServerConnector</namespace>
@@ -17,6 +17,6 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 </info>
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index 3f72fb24bbf0fc4dd0b4762e0a1c4090e52904e0..2188b050a360e1d555b982b3b0b8153fe0991289 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>OAuth 2.0</name>
 	<summary>Allows OAuth2 compatible authentication from other web applications.</summary>
 	<description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
-	<version>1.7.0</version>
+	<version>1.8.0</version>
 	<licence>agpl</licence>
 	<author>Lukas Reschke</author>
 	<namespace>OAuth2</namespace>
@@ -17,7 +17,7 @@
 	<category>integration</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<repair-steps>
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 4d2c111f5bc35c129985b6e869db1631ac713936..5c7f4c0c5712053c4b4c5267052fadb47668bbff 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -13,7 +13,7 @@
 		listed above. More information is available in the Provisioning API documentation, including example calls
 		and server responses.
 	</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Tom Needham</author>
 	<namespace>Provisioning_API</namespace>
@@ -27,6 +27,6 @@
 	<category>integration</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 </info>
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml
index af28d19a9c95413a42ffffabec595e5684d0707a..88b82220d3de03423cc45a62dd6aeff104bf8d31 100644
--- a/apps/settings/appinfo/info.xml
+++ b/apps/settings/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Nextcloud settings</name>
 	<summary>Nextcloud settings</summary>
 	<description>Nextcloud settings</description>
-	<version>1.1.0</version>
+	<version>1.2.0</version>
 	<licence>agpl</licence>
 	<author>Nextcloud</author>
 	<namespace>Settings</namespace>
@@ -14,7 +14,7 @@
 	<category>customization</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<settings>
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml
index 60ed797c4a856f83bda156926ff43bb02b8a7889..513e343249d9d67303b9c20abd1487b17dbfd71a 100644
--- a/apps/sharebymail/appinfo/info.xml
+++ b/apps/sharebymail/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Share by mail</name>
 	<summary>Share provider which allows you to share files by mail</summary>
 	<description>Share provider which allows you to share files by mail</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Bjoern Schiessle</author>
 	<namespace>ShareByMail</namespace>
@@ -17,7 +17,7 @@
 	<category>social</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<settings>
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index ff9053cd5eb9ddeb79523f0796648c4a8d53f575..0814f0052e0f5e2e0dd8115294002c0c4e89d682 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -6,7 +6,7 @@
 	<summary>Collaborative tagging functionality which shares tags among users.</summary>
 	<description>Collaborative tagging functionality which shares tags among users. Great for teams.
 	(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Vincent Petry</author>
 	<author>Joas Schilling</author>
@@ -19,7 +19,7 @@
 	<category>organization</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 	<settings>
 		<admin>OCA\SystemTags\Settings\Admin</admin>
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index ba09a491afd126e3c72d7757c3c8cc657f96961a..1ada77ac9b078a399db1b0bf91e103c70448a547 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>QA testing</name>
 	<summary>This app is only for testing! It is dangerous to have it enabled in a live instance</summary>
 	<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Joas Schilling</author>
 	<types>
@@ -14,6 +14,6 @@
 	<category>monitoring</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 </info>
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 1e6fe5adb0e277b1afa5b0f71cd20e73d39cf79b..c2017c461e503de72461f0ac645792237bee0ac5 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Theming</name>
 	<summary>Adjust the Nextcloud theme</summary>
 	<description>Adjust the Nextcloud theme</description>
-	<version>1.10.0</version>
+	<version>1.11.0</version>
 	<licence>agpl</licence>
 	<author>Nextcloud</author>
 	<namespace>Theming</namespace>
@@ -18,7 +18,7 @@
 	<category>customization</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<settings>
diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml
index 8a4c141a4bf7176f54d7b50bda01dac0baa05dd1..f0634c3c004dd4890eef7146ec1106d55ec48302 100644
--- a/apps/twofactor_backupcodes/appinfo/info.xml
+++ b/apps/twofactor_backupcodes/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Two factor backup codes</name>
 	<summary>A two-factor auth backup codes provider</summary>
 	<description>A two-factor auth backup codes provider</description>
-	<version>1.8.0</version>
+	<version>1.9.0</version>
 	<licence>agpl</licence>
 	<author>Christoph Wurst</author>
 	<namespace>TwoFactorBackupCodes</namespace>
@@ -13,7 +13,7 @@
 	<category>security</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<repair-steps>
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index c9b8ba1e110e8991c13dc8828d81702e78aa6caa..34edb91b0565aa2572160b3e0ab6a049d9f3e12c 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Update notification</name>
 	<summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
 	<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Lukas Reschke</author>
 	<namespace>UpdateNotification</namespace>
@@ -13,7 +13,7 @@
 	<category>monitoring</category>
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 469290b4caacd963089960d7d69b22fddb11d116..f59d4c3a3ac93aa2b5a684e2b62b130f7c911daf 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -9,7 +9,7 @@
 A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.
 
 	</description>
-	<version>1.9.0</version>
+	<version>1.10.0</version>
 	<licence>agpl</licence>
 	<author>Dominik Schmidt</author>
 	<author>Arthur Schiwon</author>
@@ -24,7 +24,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
 	<bugs>https://github.com/nextcloud/server/issues</bugs>
 	<dependencies>
 		<lib>ldap</lib>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml
index 10ce7661e5fd8bc407c35277712c84b5eb1f44bd..5a6cd8b7b2ad8047487bec6bbd86bcab82c3f7f4 100644
--- a/apps/workflowengine/appinfo/info.xml
+++ b/apps/workflowengine/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Nextcloud workflow engine</name>
 	<summary>Nextcloud workflow engine</summary>
 	<description>Nextcloud workflow engine</description>
-	<version>2.1.0</version>
+	<version>2.2.0</version>
 	<licence>agpl</licence>
 	<author>Arthur Schiwon</author>
 	<author>Julius Härtl</author>
@@ -22,7 +22,7 @@
 	<repository>https://github.com/nextcloud/server.git</repository>
 
 	<dependencies>
-		<nextcloud min-version="19" max-version="19"/>
+		<nextcloud min-version="20" max-version="20"/>
 	</dependencies>
 
 	<background-jobs>
diff --git a/version.php b/version.php
index 351f87e61312304aab4506ab8fe8e1b0cf4cf2a7..c60039b45408d828962eaa598ec124d8baef4132 100644
--- a/version.php
+++ b/version.php
@@ -29,15 +29,15 @@
 // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
 // when updating major/minor version number.
 
-$OC_Version = [19, 0, 0, 9];
+$OC_Version = [20, 0, 0, 0];
 
 // The human readable string
-$OC_VersionString = '19.0.0 RC1';
+$OC_VersionString = '20.0.0 alpha';
 
 $OC_VersionCanBeUpgradedFrom = [
 	'nextcloud' => [
-		'18.0' => true,
 		'19.0' => true,
+		'20.0' => true,
 	],
 	'owncloud' => [
 	],