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> <id>weather</id>
<name>Weather</name> <name>Weather</name>
<description>Watch the weather directly on your Nextcloud.</description> <description>Watch the weather directly on your Nextcloud.</description>
<version>1.5.0</version> <version>1.5.1</version>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Loic Blot</author> <author>Loic Blot</author>
<category>tools</category> <category>tools</category>
@ -13,7 +13,7 @@
<dependencies> <dependencies>
<php min-version="5.6" min-int-size="32"/> <php min-version="5.6" min-int-size="32"/>
<owncloud min-version="8.1" max-version="9.2" /> <owncloud min-version="8.1" max-version="9.2" />
<nextcloud min-version="10" max-version="12" /> <nextcloud min-version="10" max-version="13" />
</dependencies> </dependencies>
<website>https://github.com/nextcloud/weather</website> <website>https://github.com/nextcloud/weather</website>
<bugs>https://github.com/nextcloud/weather/issues</bugs> <bugs>https://github.com/nextcloud/weather/issues</bugs>