Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-01 23:13:39 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-01 23:13:58 +0300
commitc53511aef9b7daab13ff6427346cbce2bee71594 (patch)
tree266d72b32e89c6157271f31ddea97ea5f6bd998d /appinfo
parent387c25dd10f5e9588a78e42384aee0769ff9cd72 (diff)
Add delete old preview folder command
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 276f471..99c6294 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
</description>
<licence>AGPL</licence>
<author>Roeland Jago Douma</author>
- <version>0.0.1</version>
+ <version>0.0.2</version>
<namespace>PreviewGenerator</namespace>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
@@ -15,5 +15,6 @@
<commands>
<command>OCA\PreviewGenerator\Command\Generate</command>
+ <command>OCA\PreviewGenerator\Command\DeleteOld</command>
</commands>
</info>