summaryrefslogtreecommitdiffstats
path: root/apps/weather_status/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-18 09:14:52 +0200
committerJoas Schilling <coding@schilljs.com>2020-09-18 09:16:45 +0200
commit48761481eb1e1be7b8ebb803376a5cb6059c0d70 (patch)
tree89e4a98339aa4b5e49f36de5810d5b1ee87ed04d /apps/weather_status/appinfo/info.xml
parentcfd67fd18bb84760b6c5651acc22885e3e8b8196 (diff)
downloadnextcloud-server-48761481eb1e1be7b8ebb803376a5cb6059c0d70.tar.gz
nextcloud-server-48761481eb1e1be7b8ebb803376a5cb6059c0d70.zip
Bump versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/weather_status/appinfo/info.xml')
-rw-r--r--apps/weather_status/appinfo/info.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/apps/weather_status/appinfo/info.xml b/apps/weather_status/appinfo/info.xml
index 23f37a2a947..d5a1c470cc1 100644
--- a/apps/weather_status/appinfo/info.xml
+++ b/apps/weather_status/appinfo/info.xml
@@ -1,21 +1,21 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
- <id>weather_status</id>
- <name>Weather status</name>
- <summary>Weather status in your dashboard</summary>
- <description><![CDATA[Weather status integrated in the dashboard app.
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ <id>weather_status</id>
+ <name>Weather status</name>
+ <summary>Weather status in your dashboard</summary>
+ <description><![CDATA[Weather status integrated in the dashboard app.
User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.
This status can also be integrated in other places like the Calendar app.]]></description>
- <version>1.0.0</version>
- <licence>agpl</licence>
- <author mail="eneiluj@posteo.net">Julien Veyssier</author>
- <namespace>WeatherStatus</namespace>
- <default_enable/>
- <category>integration</category>
- <category>dashboard</category>
- <bugs>https://github.com/nextcloud/server</bugs>
- <dependencies>
- <nextcloud min-version="20" max-version="20"/>
- </dependencies>
+ <version>1.1.0</version>
+ <licence>agpl</licence>
+ <author mail="eneiluj@posteo.net">Julien Veyssier</author>
+ <namespace>WeatherStatus</namespace>
+ <default_enable/>
+ <category>integration</category>
+ <category>dashboard</category>
+ <bugs>https://github.com/nextcloud/server</bugs>
+ <dependencies>
+ <nextcloud min-version="21" max-version="21"/>
+ </dependencies>
</info>