diff options
Diffstat (limited to 'apps/provisioning_api/appinfo/info.xml')
-rw-r--r-- | apps/provisioning_api/appinfo/info.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml index 7c662c18c09..a77b1f67e21 100644 --- a/apps/provisioning_api/appinfo/info.xml +++ b/apps/provisioning_api/appinfo/info.xml @@ -13,14 +13,17 @@ </description> <licence>AGPL</licence> <author>Tom Needham</author> - <requiremin>8</requiremin> <shipped>true</shipped> <default_enable/> <documentation> <admin>admin-provisioning-api</admin> </documentation> + <version>0.4.0</version> <types> <!-- this is used to disable the feature of enabling an app for specific groups only because this would break this app --> <filesystem/> </types> + <dependencies> + <owncloud min-version="9.0" /> + </dependencies> </info> |