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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-04-11 15:30:58 +0300
committerJoas Schilling <coding@schilljs.com>2019-04-11 15:30:58 +0300
commit6b3d85821403cbe37527fa95c22f019e0c7e4311 (patch)
treeeb9e3159effe840d8f53a8ba61d6235d8b0ea986 /appinfo
parentef29163cec45e8057158de6f72327ec10d6d4326 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f6fe046..ed4e0ea 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Monitoring</name>
<summary>Monitoring app with useful server information</summary>
<description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
- <version>1.6.0</version>
+ <version>1.7.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Ivan Sein Santiago</author>
@@ -14,7 +14,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
<dependencies>
- <nextcloud min-version="16" max-version="16" />
+ <nextcloud min-version="17" max-version="17" />
</dependencies>
<settings>
<admin>OCA\ServerInfo\Settings\AdminSettings</admin>