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:54:12 +0200 |
commit | 0d868a9843b650bb1745490a3368395678947c92 (patch) | |
tree | 4c6960afbe677359126fa8d02f34fc867836b735 /apps/files_trashbin | |
parent | ab84f785d3b59eb54c2f43d855f5fc7f1951067c (diff) | |
download | nextcloud-server-0d868a9843b650bb1745490a3368395678947c92.tar.gz nextcloud-server-0d868a9843b650bb1745490a3368395678947c92.zip |
Increase the 2nd digit of shipped apps for 8.2
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 5 | ||||
-rw-r--r-- | apps/files_trashbin/appinfo/version | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index f8bc5e7d3d2..9d3c4908451 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -10,11 +10,14 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app <licence>AGPL</licence> <author>Bjoern Schiessle</author> <shipped>true</shipped> - <requiremin>4.9</requiremin> <default_enable/> + <version>0.7.0</version> <types> <filesystem/> </types> + <dependencies> + <owncloud min-version="8.2" /> + </dependencies> <documentation> <user>user-trashbin</user> </documentation> diff --git a/apps/files_trashbin/appinfo/version b/apps/files_trashbin/appinfo/version deleted file mode 100644 index 844f6a91acb..00000000000 --- a/apps/files_trashbin/appinfo/version +++ /dev/null @@ -1 +0,0 @@ -0.6.3 |