diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-14 10:03:30 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-14 10:03:30 +0200 |
commit | eb365438d634bf4131e6cf314c23baef7b1756c9 (patch) | |
tree | c4e757b54a1a05493d3bf95355f653610c03c1e5 /apps/oauth2 | |
parent | 7b53a85bb6d34cab0846fde04ae66b2c2c20679e (diff) | |
download | nextcloud-server-eb365438d634bf4131e6cf314c23baef7b1756c9.tar.gz nextcloud-server-eb365438d634bf4131e6cf314c23baef7b1756c9.zip |
feat(branchoff): Bump versions and requirements in apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 7e7ff7f4bd9..f4eede380b1 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -9,7 +9,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.18.0</version> + <version>1.19.0</version> <licence>agpl</licence> <author>Lukas Reschke</author> <namespace>OAuth2</namespace> @@ -20,7 +20,7 @@ <category>integration</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="30" max-version="30"/> + <nextcloud min-version="31" max-version="31"/> </dependencies> <background-jobs> |