diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:47:26 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:56:15 +0200 |
commit | 05845e11a8a723b3df40ba66c3e370f6f1ea3a9b (patch) | |
tree | e4ca93569ac7913cd3a1024cb06dddd509d1edd4 /apps/encryption | |
parent | 2f15e83d7beea8df2f03eeb66c7dee45aed033ee (diff) | |
download | nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.tar.gz nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.zip |
Master is now 26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index ca03c51fc2b..03d443b1d2d 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -14,7 +14,7 @@ Please read the documentation to know all implications before you decide to enable server-side encryption. </description> - <version>2.13.0</version> + <version>2.14.0</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> <author>Clark Tomlinson</author> @@ -31,7 +31,7 @@ <dependencies> <lib>openssl</lib> - <nextcloud min-version="25" max-version="25"/> + <nextcloud min-version="26" max-version="26"/> </dependencies> <repair-steps> |