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-12-05 15:52:46 +0300
committerGitHub <noreply@github.com>2018-12-05 15:52:46 +0300
commite52326d943b349c02a00770c4e087dae09b23bab (patch)
tree8ab691af6a0d9af4a32ba0ea561e2e0e9e462edb
parentf0b77f0daab80a5d674804ebfaffced6479d08a7 (diff)
Sync NC 15 apps as well
Fixes #4
-rw-r--r--sync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.php b/sync.php
index d368ba2..c6ebb5c 100644
--- a/sync.php
+++ b/sync.php
@@ -32,6 +32,7 @@ $supportedVersions = [
'12.0.0',
'13.0.0',
'14.0.0',
+ '15.0.0',
];
foreach($supportedVersions as $version) {