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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-13 22:41:55 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-13 22:41:55 +0300
commitedec1fafe789ef54d8e73059b2ee8e0f2b404ce6 (patch)
tree2151b669eda865ac28668ac5ebed0ab095eb8e50 /apps/encryption/appinfo
parent03b648be13fa9be20babce0ccd8d4d97b008d569 (diff)
Update app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 0bb3efebf5f..1e63ca5c471 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -19,13 +19,13 @@
<admin>admin-encryption</admin>
</documentation>
<rememberlogin>false</rememberlogin>
- <version>1.4.1</version>
+ <version>1.5.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<lib>openssl</lib>
- <nextcloud min-version="11" max-version="11" />
+ <nextcloud min-version="12" max-version="12" />
</dependencies>
<settings>
<admin>OCA\Encryption\Settings\Admin</admin>