From 03388b31415f05fca5c3eda22b4246187947809f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Hu=C4=8D=C3=ADk?= Date: Sat, 6 Jul 2019 11:30:02 +0200 Subject: [PATCH] Release version 2.0.3 --- sendtoafriend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendtoafriend.php b/sendtoafriend.php index 7451640..5284714 100644 --- a/sendtoafriend.php +++ b/sendtoafriend.php @@ -35,7 +35,7 @@ class sendToAFriend extends Module function __construct($dontTranslate = false) { $this->name = 'sendtoafriend'; - $this->version = '2.0.2'; + $this->version = '2.0.3'; $this->author = 'thirty bees'; $this->tab = 'front_office_features'; $this->need_instance = 0;