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

github.com/nextcloud/usercontent.apps.nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-11 12:38:34 +0300
committerGitHub <noreply@github.com>2018-01-11 12:38:34 +0300
commit312c912849cc91717eb8b0f199e78faca21a13b1 (patch)
tree805ed6b33e0f154654de11eb008b82713b49643b
parent71c5996703178eb2568086c6338e06ae19dad478 (diff)
parent19ab1f4a937fd05a923b4ff3e681e09a26d19cb9 (diff)
Merge pull request #1 from nextcloud/proxy_13
Proxy for nc13 apps as well ;)
-rw-r--r--sync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.php b/sync.php
index cae3178..dba1350 100644
--- a/sync.php
+++ b/sync.php
@@ -30,6 +30,7 @@ $supportedVersions = [
'10.0.0',
'11.0.0',
'12.0.0',
+ '13.0.0',
];
foreach($supportedVersions as $version) {