From 4c4bf727cb7ef6f0992e7cf0147d6330b875c765 Mon Sep 17 00:00:00 2001 From: whatever127 <46111995+whatever127@users.noreply.github.com> Date: Wed, 15 Jan 2020 19:10:26 +0100 Subject: [PATCH] Update attributes --- shared/main.php | 2 +- shared/requests.php | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/shared/main.php b/shared/main.php index 729bc66..b34efac 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.28.0'; + return '1.28.1'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index 496ff0f..578ff89 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -1,6 +1,6 @@