From 2fd931a28fa0c34bbf41411c92dfcac299d52c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20van=20der=20Veen?= Date: Wed, 15 Jun 2022 11:58:46 +0200 Subject: [PATCH] bump version for php support added gitignore to ignore the idea folder --- .gitignore | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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 adef256..9b4136f 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",