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

github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic BLOT <loic.blot@unix-experience.fr>2017-12-28 18:11:21 +0300
committerLoic BLOT <loic.blot@unix-experience.fr>2017-12-28 18:11:21 +0300
commita988f3b5aa3d795f8f6f013b998f8a97bb178209 (patch)
treed816b4608b38c502625c95e2974f5eb0137b507b
parentafb8e9ecebe7015cba35af886b8adb84d338fcc3 (diff)
1.5.1: compat with nextcloud 131.5.1
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c1c5f61..b1c42e4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<id>weather</id>
<name>Weather</name>
<description>Watch the weather directly on your Nextcloud.</description>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<licence>AGPL</licence>
<author>Loic Blot</author>
<category>tools</category>
@@ -13,7 +13,7 @@
<dependencies>
<php min-version="5.6" min-int-size="32"/>
<owncloud min-version="8.1" max-version="9.2" />
- <nextcloud min-version="10" max-version="12" />
+ <nextcloud min-version="10" max-version="13" />
</dependencies>
<website>https://github.com/nextcloud/weather</website>
<bugs>https://github.com/nextcloud/weather/issues</bugs>