Skip to content

Commit

Permalink
Bump minor version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Aug 18, 2023
1 parent fbf7a10 commit 575b611
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highsidelabs/walmart-api",
"version": "0.6.3",
"version": "0.7.0",
"description": "A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.",
"keywords": [
"walmart",
Expand Down
2 changes: 1 addition & 1 deletion resources/generator-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"artifactVersion": "0.6.3",
"artifactVersion": "0.7.0",

"disallowAdditionalPropertiesIfNotPresent": false,
"variableNamingConvention": "camelCase",
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Configuration
*
* @var string
*/
protected string $userAgent = 'highsidelabs/walmart-api-php/0.6.3';
protected string $userAgent = 'highsidelabs/walmart-api-php/0.7.0';

/**
* Debug switch (default set to false)
Expand Down
2 changes: 1 addition & 1 deletion src/Walmart.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

abstract class Walmart
{
public const VERSION = '0.6.3';
public const VERSION = '0.7.0';

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

0 comments on commit 575b611

Please sign in to comment.