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 @@