1.5.1: compat with nextcloud 13

master
Loic BLOT 2017-12-28 16:11:21 +01:00
parent afb8e9eceb
commit a988f3b5aa
1 changed files with 2 additions and 2 deletions

View File

@ -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>