diff --git a/dist/doofinder-p1.5-latest-no-full.zip b/dist/doofinder-p1.5-latest-no-full.zip index a8b53c7..34f46e0 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 2daed0c..2369f75 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 7ad79b9..2c57fb0 100644 --- a/doofinder.php +++ b/doofinder.php @@ -44,7 +44,7 @@ class Doofinder extends Module const GS_SHORT_DESCRIPTION = 1; const GS_LONG_DESCRIPTION = 2; - const VERSION = "2.2.7"; + const VERSION = "2.2.8"; const YES = 1; const NO = 0; diff --git a/package.json b/package.json index a740294..ce49f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doofinder-for-prestashop", - "version": "2.2.7", + "version": "2.2.8", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.5.0",