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-09-05 12:08:29 +0300
committerJoas Schilling <coding@schilljs.com>2019-09-05 12:08:29 +0300
commit6ee8f0e4b2604bfdda117b2c084a71a843801432 (patch)
treebaed5812ce97e5f49c2f0ea09713cb50abe532a3 /appinfo
parent7aa5b11626248e7d62009676588daec07f481c6d (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 9359818..8cd9cf9 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.7.0</version>
+ <version>1.8.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Ivan Sein Santiago</author>
@@ -15,7 +15,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
<dependencies>
- <nextcloud min-version="17" max-version="17" />
+ <nextcloud min-version="18" max-version="18" />
</dependencies>
<settings>
<admin>OCA\ServerInfo\Settings\AdminSettings</admin>