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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 20:03:43 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 20:05:06 +0300
commit3dfdc8e3117e9284e93631b73859e588fdfd0875 (patch)
treed3bb4049286edeaaeb5a4b89d3bb64c6f3448be6 /apps/systemtags/appinfo/info.xml
parent3f9e1b3b45aa7a9c588e3023aeb9f99b28f714cf (diff)
adjust systemtags app
Diffstat (limited to 'apps/systemtags/appinfo/info.xml')
-rw-r--r--apps/systemtags/appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 5eced10b710..46bb9278838 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -7,7 +7,7 @@
<licence>AGPL</licence>
<author>Vincent Petry, Joas Schilling</author>
<default_enable/>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
@@ -15,4 +15,7 @@
<types>
<logging/>
</types>
+ <settings>
+ <admin>OCA\SystemTags\Settings\Admin</admin>
+ </settings>
</info>