diff --git a/Readme.md b/Readme.md index 299b3e1..e8f74aa 100755 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ # PrestaShop REST API Module Easily expose REST API endpoints for your Prestashop website. No configuration needed, just install and use it. -## [Download the Latest version v2.4.3](https://www.binshops.com/prestashop-api) +## [Download the Latest version v2.4.4](https://www.binshops.com/prestashop-api) ## The products that use this REST API diff --git a/binshopsrest.php b/binshopsrest.php index 8ceb637..6b08217 100755 --- a/binshopsrest.php +++ b/binshopsrest.php @@ -23,7 +23,7 @@ public function __construct() { $this->name = 'binshopsrest'; $this->tab = 'others'; - $this->version = '2.4.3'; + $this->version = '2.4.4'; $this->author = 'Binshops'; $this->need_instance = 0;