From a200098062e9b777286cd8b2d7ecf755fdfcf38e Mon Sep 17 00:00:00 2001 From: Jesse Evers Date: Wed, 21 Jun 2023 17:09:35 -0400 Subject: [PATCH] Bump patch version (0.3.1) --- composer.json | 2 +- resources/generator-config.json | 2 +- src/Apis/BaseApi.php | 2 +- src/Configuration.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 61cc38da..fd883d69 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "highsidelabs/walmart-api", - "version": "0.3.0", + "version": "0.3.1", "description": "A PHP client for Walmart's Marketplace, Content Provider, Drop Ship Vendor, and Warehouse Supplier APIs.", "keywords": [ "walmart", diff --git a/resources/generator-config.json b/resources/generator-config.json index 8b23c233..59337eda 100644 --- a/resources/generator-config.json +++ b/resources/generator-config.json @@ -1,5 +1,5 @@ { - "artifactVersion": "0.3.0", + "artifactVersion": "0.3.1", "disallowAdditionalPropertiesIfNotPresent": false, "variableNamingConvention": "camelCase", diff --git a/src/Apis/BaseApi.php b/src/Apis/BaseApi.php index 08b2d2f7..63142cc5 100644 --- a/src/Apis/BaseApi.php +++ b/src/Apis/BaseApi.php @@ -88,7 +88,7 @@ public function getConfig() protected function getDefaultHeaders(): array { return [ - 'WM_SVC.NAME' => 'highsidelabs/walmart-api/0.3.0', + 'WM_SVC.NAME' => 'highsidelabs/walmart-api/0.3.1', 'WM_QOS.CORRELATION_ID' => Uuid::uuid4()->toString(), // These aren't required by every endpoint, but many use them and passing the when they're // not needed doesn't adversely affect the request diff --git a/src/Configuration.php b/src/Configuration.php index 0fac2e21..047bf757 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -98,7 +98,7 @@ class Configuration * * @var string */ - protected string $userAgent = 'highsidelabs/walmart-api-php/0.3.0'; + protected string $userAgent = 'highsidelabs/walmart-api-php/0.3.1'; /** * Debug switch (default set to false)