From c03b1ec97cbf516619dc972b88fb889a2a9754bc Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Mon, 23 Oct 2017 22:56:18 +0200 Subject: [PATCH] Retail ring support --- api | 2 +- latest.php | 1 + shared/main.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api b/api index d1df967..f9997de 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit d1df967dedc429578a10c84ea41fea72e419db3a +Subproject commit f9997dee4b6de9f876db9c61582b0207fa6a630a diff --git a/latest.php b/latest.php index 38e5f04..aa39878 100644 --- a/latest.php +++ b/latest.php @@ -40,6 +40,7 @@ + diff --git a/shared/main.php b/shared/main.php index 3e5a1bc..b67ffc4 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,8 +16,8 @@ */ // Website information -$websiteVersion = '3.2.1'; -$requiredApi = '1.3.0'; +$websiteVersion = '3.3.0'; +$requiredApi = '1.4.0'; require_once dirname(__FILE__).'/../api/shared/main.php'; function checkApi() {