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:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 02b37cd0..9904dc0d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
]]></description>
<licence>AGPL</licence>
- <version>2.1.2</version>
+ <version>2.1.3</version>
<author homepage="https://github.com/brantje">Sander Brand</author>
<author homepage="https://github.com/animalillo">Marcos Zuriaga</author>
<namespace>Passman</namespace>
@@ -37,9 +37,10 @@ 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>
+ <database>pgsql</database>
<lib>openssl</lib>
</dependencies>
@@ -52,4 +53,4 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
<background-jobs>
<job>OCA\Passman\BackgroundJob\ExpireCredentials</job>
</background-jobs>
-</info> \ No newline at end of file
+</info>