diff --git a/dist/doofinder-p1.5-latest.zip b/dist/doofinder-p1.5-latest.zip index 7be6292..866b3d8 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 4414b77..4f66848 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.5"; + const VERSION = "2.2.6"; const YES = 1; const NO = 0; diff --git a/package.json b/package.json index 8178c9d..8b14481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doofinder-for-prestashop", - "version": "2.2.5", + "version": "2.2.6", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.5.0",