Skip to content

Commit

Permalink
Bump patch version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Jul 24, 2023
1 parent b34fc89 commit 52498d0
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.4.0",
"version": "0.4.1",
"description": "A PHP client for Walmart's Marketplace, Content Provider, Drop Ship Vendor, and Warehouse Supplier 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.4.0",
"artifactVersion": "0.4.1",

"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 @@ -105,7 +105,7 @@ class Configuration
*
* @var string
*/
protected string $userAgent = 'highsidelabs/walmart-api-php/0.4.0';
protected string $userAgent = 'highsidelabs/walmart-api-php/0.4.1';

/**
* 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.4.0';
public const VERSION = '0.4.1';

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

0 comments on commit 52498d0

Please sign in to comment.