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>2016-08-05 16:39:21 +0300
committerJoas Schilling <coding@schilljs.com>2016-08-05 16:39:21 +0300
commit5aafc30b1f478dd5975d6c46f69a88bc71f3f51f (patch)
treeccafcb0813e65b2a8cac69e2b7c8e0d4e4436383 /appinfo/info.xml
parent29e98912c671af1d6df693adee65d06f05e3a009 (diff)
Fix app name, version and add description
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 9c916c9..1afa460 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<info>
<id>files_automatedtagging</id>
- <name>Files Automated Tagging</name>
+ <name>Files automated tagging</name>
<description>An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>0.5.0</version>
+ <version>1.1.0</version>
<namespace>FilesAutomatedTagging</namespace>
<category>other</category>