diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:44:27 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:44:27 +0100 |
commit | d21db216f70f925565a45acb74e860d316ee7431 (patch) | |
tree | d242a59a8186131e95cff099ff721bc6c5ab4b33 /apps/files_sharing/appinfo/info.xml | |
parent | 87f103dc6c4cf86e0e128ed9379f77f373034342 (diff) | |
download | nextcloud-server-d21db216f70f925565a45acb74e860d316ee7431.tar.gz nextcloud-server-d21db216f70f925565a45acb74e860d316ee7431.zip |
chore(release): Bump requirements and versions in apps/
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-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 3b375bbf87a..1ba21de712c 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -9,7 +9,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.18.0</version> + <version>1.19.0</version> <licence>agpl</licence> <author>Michael Gapczynski</author> <author>Bjoern Schiessle</author> @@ -22,7 +22,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="26" max-version="26"/> + <nextcloud min-version="27" max-version="27"/> </dependencies> <background-jobs> |