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>2020-01-20 17:06:25 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-20 17:06:25 +0300
commit16999eb4ff83850211b25c237dbc3ce7606de293 (patch)
tree7d0bccd4ecc6d50bc0368e47afbe61f16a816095 /appinfo
parenta421a211641f125fba6aac55a4cf9a973b0f2e3a (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 8cd9cf9..39d2dea 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.8.0</version>
+ <version>1.9.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="18" max-version="18" />
+ <nextcloud min-version="19" max-version="19" />
</dependencies>
<settings>
<admin>OCA\ServerInfo\Settings\AdminSettings</admin>