diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-23 08:56:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-01-23 08:56:06 +0100 |
commit | 4ad215de993615f86bfa81431f554a02f843c86c (patch) | |
tree | 57310c0ecaf28194fc01d82bf698f2b843b5f48e /apps/files_sharing | |
parent | 131f4120f0a953159249236a7f28f091a3c2c996 (diff) | |
download | nextcloud-server-4ad215de993615f86bfa81431f554a02f843c86c.tar.gz nextcloud-server-4ad215de993615f86bfa81431f554a02f843c86c.zip |
chore: Bump app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 06bf6cdc9e1..c92559635ea 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -14,7 +14,7 @@ Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation. </description> - <version>1.23.1</version> + <version>1.24.0</version> <licence>agpl</licence> <author>Michael Gapczynski</author> <author>Bjoern Schiessle</author> @@ -27,7 +27,7 @@ Turning the feature off removes shared files and folders on the server for all s <category>social</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="31" max-version="31"/> + <nextcloud min-version="32" max-version="32"/> </dependencies> <background-jobs> |