diff options
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index c4bade081b3..8fcb9956c7d 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -9,14 +9,13 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app </description> <licence>AGPL</licence> <author>Bjoern Schiessle</author> - <shipped>true</shipped> <default_enable/> <version>0.8.0</version> <types> <filesystem/> </types> <dependencies> - <owncloud min-version="9.0" /> + <owncloud min-version="9.0" max-version="9.0" /> </dependencies> <documentation> <user>user-trashbin</user> |