Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2020-05-07 13:41:38 +0300
committerGitHub <noreply@github.com>2020-05-07 13:41:38 +0300
commitdcff727c38b4c552b3d9fde51f9611b5445d98ed (patch)
treebe77dcecb7ed9c4dde687eedfede5e158220fd92
parentd41e12279d2b91bf95194ede0d63b0bb824df422 (diff)
parenta20be42ccaf11b6f345cddd804748e6e8525f0a2 (diff)
Merge pull request #424 from nextcloud/update-master-version
Update version on master
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b74a89a5..cf686f19 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>3.0.1</version>
+ <version>3.1.0</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@@ -33,7 +33,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
- <nextcloud min-version="18" max-version="19" />
+ <nextcloud min-version="18" max-version="20" />
</dependencies>
<settings>
<admin>OCA\User_SAML\Settings\Admin</admin>