Skip to content

Commit a200098

Browse files
committed
Bump patch version (0.3.1)
1 parent 0dc5520 commit a200098

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highsidelabs/walmart-api",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A PHP client for Walmart's Marketplace, Content Provider, Drop Ship Vendor, and Warehouse Supplier APIs.",
55
"keywords": [
66
"walmart",

resources/generator-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"artifactVersion": "0.3.0",
2+
"artifactVersion": "0.3.1",
33

44
"disallowAdditionalPropertiesIfNotPresent": false,
55
"variableNamingConvention": "camelCase",

src/Apis/BaseApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getConfig()
8888
protected function getDefaultHeaders(): array
8989
{
9090
return [
91-
'WM_SVC.NAME' => 'highsidelabs/walmart-api/0.3.0',
91+
'WM_SVC.NAME' => 'highsidelabs/walmart-api/0.3.1',
9292
'WM_QOS.CORRELATION_ID' => Uuid::uuid4()->toString(),
9393
// These aren't required by every endpoint, but many use them and passing the when they're
9494
// not needed doesn't adversely affect the request

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Configuration
9898
*
9999
* @var string
100100
*/
101-
protected string $userAgent = 'highsidelabs/walmart-api-php/0.3.0';
101+
protected string $userAgent = 'highsidelabs/walmart-api-php/0.3.1';
102102

103103
/**
104104
* Debug switch (default set to false)

0 commit comments

Comments
 (0)