diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2018-09-05 18:17:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 18:17:20 +0200 |
commit | bc0bc58dad2bd8cf170f765f5183f7c81e8e0299 (patch) | |
tree | 585d60cd16b5c8ba5abecb56910d370d52e2280a /apps/updatenotification/appinfo | |
parent | cfb2098e5cdf9d6c31136179122fa58b2e21a73d (diff) | |
parent | 47cc5e5895ded011a42cfc02957017aa61a42979 (diff) | |
download | nextcloud-server-bc0bc58dad2bd8cf170f765f5183f7c81e8e0299.tar.gz nextcloud-server-bc0bc58dad2bd8cf170f765f5183f7c81e8e0299.zip |
Merge pull request #11066 from nextcloud/bump-version-master
Bump the version on master
Diffstat (limited to 'apps/updatenotification/appinfo')
-rw-r--r-- | apps/updatenotification/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index 4436e820b51..e2c136d92ae 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -5,7 +5,7 @@ <name>Update notification</name> <summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary> <description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description> - <version>1.4.1</version> + <version>1.5.0</version> <licence>agpl</licence> <author>Lukas Reschke</author> <namespace>UpdateNotification</namespace> @@ -13,7 +13,7 @@ <category>monitoring</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="14" max-version="14" /> + <nextcloud min-version="15" max-version="15" /> </dependencies> <background-jobs> |