diff --git a/config.xml b/config.xml index 04a175a..f4efaa3 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ contactform - + diff --git a/contactform.php b/contactform.php index 20d70e9..962ca28 100644 --- a/contactform.php +++ b/contactform.php @@ -54,7 +54,7 @@ public function __construct() $this->name = 'contactform'; $this->author = 'PrestaShop'; $this->tab = 'front_office_features'; - $this->version = '4.4.4'; + $this->version = '5.0.0'; $this->bootstrap = true; parent::__construct();