diff options
Diffstat (limited to 'apps/updatenotification/appinfo/info.xml')
-rw-r--r-- | apps/updatenotification/appinfo/info.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml new file mode 100644 index 00000000000..0bfdd861a2f --- /dev/null +++ b/apps/updatenotification/appinfo/info.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<info> + <id>updatenotification</id> + <name>Update notification</name> + <description>Displays update notifications for ownCloud.</description> + <licence>AGPL</licence> + <author>Lukas Reschke</author> + <version>0.1.0</version> + <default_enable/> + <dependencies> + <owncloud min-version="9.0" max-version="9.0" /> + </dependencies> +</info> |