aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r--apps/files/appinfo/info.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 1d06259074b..e69af548d9a 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Files</name>
<summary>File Management</summary>
<description>File Management</description>
- <version>1.21.1</version>
+ <version>1.21.2</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<author>Vincent Petry</author>
@@ -22,11 +22,12 @@
</dependencies>
<background-jobs>
- <job>OCA\Files\BackgroundJob\ScanFiles</job>
- <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
- <job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
<job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job>
+ <job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
<job>OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor</job>
+ <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
+ <job>OCA\Files\BackgroundJob\FileChunkCleanupJob</job>
+ <job>OCA\Files\BackgroundJob\ScanFiles</job>
</background-jobs>
<commands>