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>2022-04-15 00:24:33 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-15 00:24:33 +0300
commitf835344c6a41516b2a146f28bf55544d2d98eae4 (patch)
tree71d856dfcf829541bd792e3c5a59dc968c724987 /appinfo/info.xml
parentf31356b5ae5d656906efc7ab8bcbf155cf340477 (diff)
Update version on masterupdate-master-version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6e8c402..47df678 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.14.0</version>
+ <version>1.15.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>FilesAutomatedTagging</namespace>
@@ -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="24" max-version="24" />
+ <nextcloud min-version="25" max-version="25" />
</dependencies>
</info>