From cd601d137d62e1899f0face41914714479530978 Mon Sep 17 00:00:00 2001 From: Pierre RAMBAUD Date: Fri, 19 Nov 2021 15:53:13 +0100 Subject: [PATCH] Bump to 2.0.2 --- config.xml | 4 ++-- graphnvd3.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.xml b/config.xml index e2793d7..b5ccdb8 100644 --- a/config.xml +++ b/config.xml @@ -2,11 +2,11 @@ graphnvd3 - + 0 0 - \ No newline at end of file + diff --git a/graphnvd3.php b/graphnvd3.php index 135cb17..a2d4510 100644 --- a/graphnvd3.php +++ b/graphnvd3.php @@ -42,7 +42,7 @@ function __construct($type = null) $this->name = 'graphnvd3'; $this->tab = 'administration'; - $this->version = '2.0.1'; + $this->version = '2.0.2'; $this->author = 'PrestaShop'; $this->need_instance = 0;