From 04c1f7dd809f350eac77e5d8ce8f33a733282679 Mon Sep 17 00:00:00 2001 From: Nicolas BEJEAN <nicolas.bejean@api-and-you.com> Date: Wed, 23 Jan 2019 13:40:41 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20version=20en?= =?UTF-8?q?=201.1.5=20Modification=20du=20fichier=20composer.json=20et=20m?= =?UTF-8?q?odule.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- etc/module.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a77e759..2c91207 100755 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php": "~5.5.0|~5.6.0|~7.0.0" }, "type": "magento2-module", - "version": "1.1.4", + "version": "1.1.5", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/etc/module.xml b/etc/module.xml index 2f6d1d6..7107748 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> - <module name="NicolasBejean_CategoryWidget" setup_version="1.0.0" /> + <module name="NicolasBejean_CategoryWidget" setup_version="1.1.5" /> </config> \ No newline at end of file -- GitLab