From c7f98ea792d02d60ed038fbc00f6003f19a0c91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Wed, 22 Feb 2017 12:02:31 +0100 Subject: [PATCH] // Version updated to v2.0.0 --- config.xml | 2 +- graphnvd3.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index dbe4d4c..e0ba05c 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ graphnvd3 - + diff --git a/graphnvd3.php b/graphnvd3.php index f00d592..979fdba 100644 --- a/graphnvd3.php +++ b/graphnvd3.php @@ -42,7 +42,7 @@ function __construct($type = null) $this->name = 'graphnvd3'; $this->tab = 'administration'; - $this->version = '1.5.1'; + $this->version = '2.0.0'; $this->author = 'PrestaShop'; $this->need_instance = 0;