diff --git a/dist/doofinder-p1.5-latest-no-full.zip b/dist/doofinder-p1.5-latest-no-full.zip index 3a48cf9..0aed874 100644 Binary files a/dist/doofinder-p1.5-latest-no-full.zip and b/dist/doofinder-p1.5-latest-no-full.zip differ diff --git a/dist/doofinder-p1.5-latest.zip b/dist/doofinder-p1.5-latest.zip index ef22ed5..9fae570 100644 Binary files a/dist/doofinder-p1.5-latest.zip and b/dist/doofinder-p1.5-latest.zip differ diff --git a/doofinder.php b/doofinder.php index 6b1ad7b..585b66a 100644 --- a/doofinder.php +++ b/doofinder.php @@ -56,7 +56,7 @@ class Doofinder extends Module const GS_SHORT_DESCRIPTION = 1; const GS_LONG_DESCRIPTION = 2; - const VERSION = "2.3.2"; + const VERSION = "2.3.3"; const YES = 1; const NO = 0; diff --git a/package.json b/package.json index 9205011..4101ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doofinder-for-prestashop", - "version": "2.3.2", + "version": "2.3.3", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.5.0",