Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-10-17 09:42:04 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-10-17 09:47:11 +0300
commit0d3d75b3b3020ee7979dba6d6f46aa6e6773d311 (patch)
treea15707ebe72e50fbaf28d592289afc8c310e3fa8 /apps/files_trashbin
parentc378456137a47186147d3c9212d9a009c979890c (diff)
Increase the 2nd digit of shipped apps
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/appinfo/info.xml5
-rw-r--r--apps/files_trashbin/appinfo/version1
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..c4bade081b3 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.8.0</version>
<types>
<filesystem/>
</types>
+ <dependencies>
+ <owncloud min-version="9.0" />
+ </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