From 83ac9518d27af77c26230351c3cc4bce1797b2b4 Mon Sep 17 00:00:00 2001 From: Pierre RAMBAUD Date: Tue, 15 Sep 2020 11:35:40 +0200 Subject: [PATCH] Bump to 4.3.0 --- config.xml | 2 +- contactform.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 7ebc017..0c7ff2d 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ contactform - + diff --git a/contactform.php b/contactform.php index ca9afdc..6ea7ab1 100644 --- a/contactform.php +++ b/contactform.php @@ -55,7 +55,7 @@ public function __construct() $this->name = 'contactform'; $this->author = 'PrestaShop'; $this->tab = 'front_office_features'; - $this->version = '4.2.0'; + $this->version = '4.3.0'; $this->bootstrap = true; parent::__construct();