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

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-02-18 18:02:31 +0300
committerCamila <hello@camila.codes>2021-02-18 19:51:22 +0300
commit0baa50354d549a38205a771d137e090aaab6f050 (patch)
tree9f405feb6ceceed5889335130e62b4bfc3f18f53
parent6ef467d37e19219d08ff1f733db7d41153bdb031 (diff)
Have the updater distribute 3.1.3 now.
Signed-off-by: Camila <hello@camila.codes>
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 324c3f9..2eb91aa 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-01-28 12:00';
-$ver = '3.1.2';
+$rel = '2021-02-19 12:00';
+$ver = '3.1.3';
$ver_str = 'Nextcloud Client ' . $ver;