diff options
author | Joas Schilling <coding@schilljs.com> | 2016-12-13 20:41:55 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-12-13 20:41:55 +0100 |
commit | edec1fafe789ef54d8e73059b2ee8e0f2b404ce6 (patch) | |
tree | 2151b669eda865ac28668ac5ebed0ab095eb8e50 /apps/updatenotification/appinfo | |
parent | 03b648be13fa9be20babce0ccd8d4d97b008d569 (diff) | |
download | nextcloud-server-edec1fafe789ef54d8e73059b2ee8e0f2b404ce6.tar.gz nextcloud-server-edec1fafe789ef54d8e73059b2ee8e0f2b404ce6.zip |
Update app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 4cd84ac827b..d920e866f1c 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -5,11 +5,11 @@ <description>Displays update notifications for ownCloud and provides the SSO for the updater.</description> <licence>AGPL</licence> <author>Lukas Reschke</author> - <version>1.1.1</version> + <version>1.2.0</version> <namespace>UpdateNotification</namespace> <default_enable/> <dependencies> - <nextcloud min-version="11" max-version="11" /> + <nextcloud min-version="12" max-version="12" /> </dependencies> <background-jobs> |