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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-22 13:15:47 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-22 13:15:47 +0300
commit6266f11f79562c0950ae483cc471e6755f4b5307 (patch)
tree828be212786d207c3eed6a6ca505e7d2c3927fe6 /appinfo/info.xml
parent46cad7b58701ef4dddf6c3636a19d0c1646dd596 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 776bb60..4f35810 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@ The tags can later be used to control retention, file access, automatic script e
To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.
</description>
- <version>1.8.0</version>
+ <version>1.9.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>FilesAutomatedTagging</namespace>
@@ -22,7 +22,7 @@ To define tags, administrators can create and manage a set of rule groups. Each
</types>
<documentation>
- <admin>https://docs.nextcloud.com/server/17/go.php?to=admin-files-automated-tagging</admin>
+ <admin>https://docs.nextcloud.com/server/19/go.php?to=admin-files-automated-tagging</admin>
</documentation>
<category>files</category>
@@ -34,6 +34,6 @@ To define tags, administrators can create and manage a set of rule groups. Each
<repository>https://github.com/nextcloud/files_automatedtagging.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/files_automatedtagging/master/docs/screenshot.png</screenshot>
<dependencies>
- <nextcloud min-version="18" max-version="18" />
+ <nextcloud min-version="19" max-version="19" />
</dependencies>
</info>