Skip to content

Commit

Permalink
Bump minor version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Aug 5, 2023
1 parent f04b029 commit 14dc63b
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.5.0",
"version": "0.6.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.5.0",
"artifactVersion": "0.6.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 @@ -112,7 +112,7 @@ class Configuration
*
* @var string
*/
protected string $userAgent = 'highsidelabs/walmart-api-php/0.5.0';
protected string $userAgent = 'highsidelabs/walmart-api-php/0.6.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 @@ -29,7 +29,7 @@

abstract class Walmart
{
public const VERSION = '0.5.0';
public const VERSION = '0.6.0';

/**
* The configuration for this client.
Expand Down

0 comments on commit 14dc63b

Please sign in to comment.