diff options
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 2991829e19b..9fbfa8e96b5 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -5,9 +5,9 @@ <description>Displays update notifications for ownCloud and provides the SSO for the updater.</description> <licence>AGPL</licence> <author>Lukas Reschke</author> - <version>0.1.0</version> + <version>0.2.0</version> <default_enable/> <dependencies> - <owncloud min-version="9.0" max-version="9.0" /> + <owncloud min-version="9.1" max-version="9.1" /> </dependencies> </info> |