diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:26:18 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:26:18 +0100 |
commit | 03090bb5ee256b6e8d5f5a6e886e6f8e9cfa84dd (patch) | |
tree | 547c9428eb0291fa198da65ab65efe978fd0fd5d /apps/files_trashbin/appinfo/info.xml | |
parent | f0c367b46c2ac8bafc8fdce38cf773dd31b14f2e (diff) | |
download | nextcloud-server-03090bb5ee256b6e8d5f5a6e886e6f8e9cfa84dd.tar.gz nextcloud-server-03090bb5ee256b6e8d5f5a6e886e6f8e9cfa84dd.zip |
feat(branchoff): Bump versions and requirements in apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index c1bab46bd69..65ca42929f9 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -9,7 +9,7 @@ This application enables people to restore files that were deleted from the syst To prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation. </description> - <version>1.19.0</version> + <version>1.20.0</version> <licence>agpl</licence> <author>Bjoern Schiessle</author> <namespace>Files_Trashbin</namespace> @@ -23,7 +23,7 @@ To prevent an account from running out of disk space, the Deleted files app will <category>files</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="29" max-version="29"/> + <nextcloud min-version="30" max-version="30"/> </dependencies> <background-jobs> |