diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f1b7204 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/* diff --git a/composer.json b/composer.json index 4dcaef5..8515aa9 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "forwarder/belco-magento2", "license": "GPL-3.0", "type": "magento2-module", - "version": "0.4.1", + "version": "0.4.2", "description":"Belco.io Magento Module to install widget code and sync customer information.", "require": { "php": "~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0",