diff options
Diffstat (limited to 'apps/oauth2/appinfo/info.xml')
-rw-r--r-- | apps/oauth2/appinfo/info.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml index 5e9e8dae06a..ccddc9a8f71 100644 --- a/apps/oauth2/appinfo/info.xml +++ b/apps/oauth2/appinfo/info.xml @@ -6,11 +6,14 @@ <licence>agpl</licence> <author>Lukas Reschke</author> <namespace>OAuth2</namespace> - <version>1.0.5</version> + <version>1.1.0</version> <default_enable/> <types> <authentication/> </types> + <dependencies> + <nextcloud min-version="13" max-version="13" /> + </dependencies> <settings> <admin>OCA\OAuth2\Settings\Admin</admin> |