diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-17 08:42:04 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-10-17 08:47:11 +0200 |
commit | 0d3d75b3b3020ee7979dba6d6f46aa6e6773d311 (patch) | |
tree | a15707ebe72e50fbaf28d592289afc8c310e3fa8 /apps/files/appinfo/info.xml | |
parent | c378456137a47186147d3c9212d9a009c979890c (diff) | |
download | nextcloud-server-0d3d75b3b3020ee7979dba6d6f46aa6e6773d311.tar.gz nextcloud-server-0d3d75b3b3020ee7979dba6d6f46aa6e6773d311.zip |
Increase the 2nd digit of shipped apps
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 9ec6a9c43e7..ba8bb62494e 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -5,13 +5,16 @@ <description>File Management</description> <licence>AGPL</licence> <author>Robin Appelman, Vincent Petry</author> - <requiremin>4.93</requiremin> <shipped>true</shipped> <standalone/> <default_enable/> + <version>1.3.0</version> <types> <filesystem/> </types> + <dependencies> + <owncloud min-version="9.0" /> + </dependencies> <documentation> <user>user-files</user> </documentation> |