From 0ccdbb5fe6f8cf84d3b3354d9dc67bdf14b13774 Mon Sep 17 00:00:00 2001 From: Riccardo Tempesta Date: Mon, 10 Oct 2016 11:40:51 +0200 Subject: [PATCH] FIX wrong version --- app/code/community/MSP/DevTools/etc/config.xml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/community/MSP/DevTools/etc/config.xml b/app/code/community/MSP/DevTools/etc/config.xml index 2c45a77..83970d4 100644 --- a/app/code/community/MSP/DevTools/etc/config.xml +++ b/app/code/community/MSP/DevTools/etc/config.xml @@ -22,7 +22,7 @@ - 0.1.11 + 0.1.13 diff --git a/composer.json b/composer.json index 6290241..0a4808c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "msp/devtools-m1", - "version": "0.1.12", + "version": "0.1.13", "description": "MageSpecialist DevTools for Magento 1", "type": "magento-module", "license": "OSL 3.0",