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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-06-03 18:37:28 +0300
committerbrantje <brantje@gmail.com>2017-06-03 18:37:28 +0300
commit250fe6312253025834c449b631082b5fd2b36626 (patch)
tree9d70f98c922ab44998e759d7c1bdc60d560d0cce /appinfo
parent410a585231140db4f0737eb32b9988fbeb71c2f9 (diff)
Bump max Nextcloud version
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 02b37cd0..752bf944 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -37,7 +37,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<dependencies>
<php min-version="5.6"/>
<owncloud min-version="9" max-version="11" />
- <nextcloud min-version="9" max-version="12" />
+ <nextcloud min-version="9" max-version="13" />
<database>sqlite</database>
<database min-version="5.5">mysql</database>
<lib>openssl</lib>