summaryrefslogtreecommitdiffstats
path: root/apps/encryption
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-17 10:44:07 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-17 10:44:23 +0200
commit7e45fdf867d6deebf748ede45579f8da9c2ed9af (patch)
treed35981371007eba522fae544a27dc6d42c2798f5 /apps/encryption
parente82cd99d69b6bb8954ca3a11332946945bf71fea (diff)
downloadnextcloud-server-7e45fdf867d6deebf748ede45579f8da9c2ed9af.tar.gz
nextcloud-server-7e45fdf867d6deebf748ede45579f8da9c2ed9af.zip
chore(release): Bump requirements and versions in apps/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/encryption')
-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 de7ba7f0783..5e40022b821 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.15.0</version>
+ <version>2.16.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="27" max-version="27"/>
+ <nextcloud min-version="28" max-version="28"/>
</dependencies>
<repair-steps>