diff options
author | Joas Schilling <coding@schilljs.com> | 2018-09-05 14:27:06 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-09-05 14:27:06 +0200 |
commit | 47cc5e5895ded011a42cfc02957017aa61a42979 (patch) | |
tree | 67f331165955996261db9f314835557e0526f556 /apps/updatenotification/appinfo/info.xml | |
parent | 3cec0080cf4ff8026e0fba9480bf6f1600b841a3 (diff) | |
download | nextcloud-server-47cc5e5895ded011a42cfc02957017aa61a42979.tar.gz nextcloud-server-47cc5e5895ded011a42cfc02957017aa61a42979.zip |
Update version requirements and versions of shipped apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/appinfo/info.xml')
-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 a227ccd6557..89950050fda 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> |