Skip to content

Commit 575b611

Browse files
committed
Bump minor version to 0.7.0
1 parent fbf7a10 commit 575b611

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.6.3",
3+
"version": "0.7.0",
44
"description": "A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider 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.6.3",
2+
"artifactVersion": "0.7.0",
33

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

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Configuration
111111
*
112112
* @var string
113113
*/
114-
protected string $userAgent = 'highsidelabs/walmart-api-php/0.6.3';
114+
protected string $userAgent = 'highsidelabs/walmart-api-php/0.7.0';
115115

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

src/Walmart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

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

3333
/**
3434
* The base URL for all API requests. This can be overridden in child classes.

0 commit comments

Comments
 (0)