From 26cfd6b2286d11890e60f0a6f2cc025882a21192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Nadaud?= Date: Thu, 20 Aug 2015 14:38:09 +0200 Subject: [PATCH] // Version updated to v1.11.0 --- config.xml | 2 +- gamification.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 3f106d4..2ff4760 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ gamification - + diff --git a/gamification.php b/gamification.php index 2de8038..5e2a605 100644 --- a/gamification.php +++ b/gamification.php @@ -41,7 +41,7 @@ public function __construct() { $this->name = 'gamification'; $this->tab = 'administration'; - $this->version = '1.10.3'; + $this->version = '1.11.0'; $this->author = 'PrestaShop'; parent::__construct();