From 2be28a7a905db9e03f6be033b0185e7f0b3e69f1 Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Tue, 5 Jun 2018 14:44:40 +0200 Subject: [PATCH] // Update version to v4.1.1 --- config.xml | 2 +- contactform.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index b5b5131..c8c983f 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ contactform - + diff --git a/contactform.php b/contactform.php index ffff005..ea21c8b 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.1.0'; + $this->version = '4.1.1'; $this->bootstrap = true; parent::__construct();