From 1d9338025eea3062da13f7582d3dabe06ec9c213 Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Thu, 15 Mar 2018 22:33:17 +0100 Subject: [PATCH] Added parameters that will allow fetching of retail builds of RS4 These parameters are already present in native requests made by Windows Update. --- shared/main.php | 2 +- shared/requests.php | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/shared/main.php b/shared/main.php index 1e986a0..d52cf40 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.10.0'; + return '1.10.1'; } function uupApiPrintBrand() { diff --git a/shared/requests.php b/shared/requests.php index 2d7dd41..ff91f8b 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -1,6 +1,6 @@