diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2018-09-05 18:17:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 18:17:20 +0200 |
commit | bc0bc58dad2bd8cf170f765f5183f7c81e8e0299 (patch) | |
tree | 585d60cd16b5c8ba5abecb56910d370d52e2280a /apps/oauth2 | |
parent | cfb2098e5cdf9d6c31136179122fa58b2e21a73d (diff) | |
parent | 47cc5e5895ded011a42cfc02957017aa61a42979 (diff) | |
download | nextcloud-server-bc0bc58dad2bd8cf170f765f5183f7c81e8e0299.tar.gz nextcloud-server-bc0bc58dad2bd8cf170f765f5183f7c81e8e0299.zip |
Merge pull request #11066 from nextcloud/bump-version-master
Bump the version on master
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 43d0cf72372..df56e27bd05 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.2.1</version> + <version>1.3.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="14" max-version="14" /> + <nextcloud min-version="15" max-version="15" /> </dependencies> <repair-steps> |