Skip to content

Commit 66f4391

Browse files
committedAug 16, 2023
Bump patch version to 0.6.3
1 parent e0d03bc commit 66f4391

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.2",
3+
"version": "0.6.3",
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.2",
2+
"artifactVersion": "0.6.3",
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.2';
115+
protected string $userAgent = 'highsidelabs/walmart-api-php/0.6.3';
116116

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

‎src/Walmart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
abstract class Walmart
3030
{
31-
public const VERSION = '0.6.2';
31+
public const VERSION = '0.6.3';
3232

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

0 commit comments

Comments
 (0)