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>2018-09-05 13:35:15 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-05 13:35:15 +0300
commit89558b0e13398e9fcbf5ae64fc3b48d88a4603af (patch)
tree6f5e9bedd4746fb35bad46532a7edffb2dbd2c4a /appinfo
parent5b9cd71a6315e1a052440eaec9264828be5b26f7 (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 327c5f3..594456f 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.4.0</version>
+ <version>1.5.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="14" max-version="14" />
+ <nextcloud min-version="15" max-version="15" />
</dependencies>
<settings>
<admin>OCA\ServerInfo\Settings\AdminSettings</admin>