Skip to content

Commit 1a8fd5a

Browse files
committed
Bump patch version to 0.6.1
1 parent 550d602 commit 1a8fd5a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highsidelabs/walmart-api",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.",
55
"keywords": [
66
"walmart",

resources/generator-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"artifactVersion": "0.6.0",
2+
"artifactVersion": "0.6.1",
33

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

src/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class Configuration
112112
*
113113
* @var string
114114
*/
115-
protected string $userAgent = 'highsidelabs/walmart-api-php/0.6.0';
115+
protected string $userAgent = 'highsidelabs/walmart-api-php/0.6.1';
116116

117117
/**
118118
* Debug switch (default set to false)

src/Walmart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
abstract class Walmart
3131
{
32-
public const VERSION = '0.6.0';
32+
public const VERSION = '0.6.1';
3333

3434
/**
3535
* The configuration for this client.

0 commit comments

Comments
 (0)