aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-23 09:34:05 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-23 10:09:40 +0100
commit64e0829fc8e9af5cb39b502b0effcfd4ca526c2e (patch)
tree1cf1503347fb897127fd9f1bf98e1da0021df29a /apps/encryption/appinfo
parent22343f9e58105e8f0932f76c6d90a88c192ff2ca (diff)
downloadnextcloud-server-64e0829fc8e9af5cb39b502b0effcfd4ca526c2e.tar.gz
nextcloud-server-64e0829fc8e9af5cb39b502b0effcfd4ca526c2e.zip
feat(branchoff): Bump versions and requirements in apps
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 5e40022b821..ffcabe9bfc6 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -9,7 +9,7 @@ In order to use this encryption module you need to enable server-side encryption
The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.
Please read the documentation to know all implications before you decide to enable server-side encryption.
</description>
- <version>2.16.0</version>
+ <version>2.17.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Clark Tomlinson</author>
@@ -26,7 +26,7 @@ Please read the documentation to know all implications before you decide to enab
<dependencies>
<lib>openssl</lib>
- <nextcloud min-version="28" max-version="28"/>
+ <nextcloud min-version="29" max-version="29"/>
</dependencies>
<repair-steps>