diff --git a/README.md b/README.md index 0da8750..8eb17d5 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ Create a ```composer.json``` file in any directory & add below code in composer. ``` { "require": { -"getbrevo/api-v3-sdk": "1.x.x" +"getbrevo/brevo-php": "1.x.x" } } ``` Then run below commands in the same directory ``` -composer require getbrevo/api-v3-sdk "1.x.x" +composer require getbrevo/brevo-php "1.x.x" ``` Further do: diff --git a/composer.json b/composer.json index 1de95e6..176f1d7 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "getbrevo/api-v3-sdk", + "name": "getbrevo/brevo-php", "description": "Official Brevo provided RESTFul API V3 php library", "keywords": [ "brevo", diff --git a/lib/Configuration.php b/lib/Configuration.php index b96dbd9..05a96eb 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -38,7 +38,7 @@ * @link https://github.com/swagger-api/swagger-codegen */ -$GLOBALS['version'] = '1.0.0'; +$GLOBALS['version'] = '1.0.1'; class Configuration {