summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-22 12:20:06 +0200
committerGitHub <noreply@github.com>2017-05-22 12:20:05 +0200
commitecd299e8dea676a734932b5704a4b2bca9b285fa (patch)
tree63bfab38672a5804a217b5dd2b031c42035643ca /apps/files
parente102923a978d83268c04a3a5bf678054a845a58e (diff)
parent3ec9d91bd04efb9c93a5540025491867f0e3ba5d (diff)
downloadnextcloud-server-ecd299e8dea676a734932b5704a4b2bca9b285fa.tar.gz
nextcloud-server-ecd299e8dea676a734932b5704a4b2bca9b285fa.zip
Merge pull request #5023 from nextcloud/version_bump
We are working on 13 now!
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/appinfo/info.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index c49ec7aa407..c4b9e18ed05 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -4,14 +4,15 @@
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
- <author>Robin Appelman, Vincent Petry</author>
+ <author>Robin Appelman</author>
+ <author>Vincent Petry</author>
<default_enable/>
- <version>1.7.2</version>
+ <version>1.8.0</version>
<types>
<filesystem/>
</types>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-files</user>