From 11226f8af649ccd5ab4cea937e961d315a5189f0 Mon Sep 17 00:00:00 2001 From: tomazpu <32056440+tomazpu@users.noreply.github.com> Date: Tue, 31 Oct 2017 16:08:32 +0100 Subject: [PATCH] #32 Version increase --- Helper/Data.php | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Helper/Data.php b/Helper/Data.php index 4a5aaad..acc7ae5 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -38,7 +38,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper { - protected $_pluginVersion = '1.0.8'; + protected $_pluginVersion = '1.0.9'; protected $_pluginName = 'Wirecard/CheckoutSeamless'; /** diff --git a/README.md b/README.md index 37767e5..7886518 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/wirecard/Magento2-WCP/master/LICENSE) [![PHP v5.6](https://img.shields.io/badge/php-v5.5-yellow.svg)](http://www.php.net) [![PHP v7.0](https://img.shields.io/badge/php-v7.0-yellow.svg)](http://www.php.net) -[![Magento v2.1.4](https://img.shields.io/badge/magento-v2.1.8-green.svg)](https://magento.com/) +[![Magento v2.2.0](https://img.shields.io/badge/magento-v2.2.0-green.svg)](https://magento.com/) Wirecard Checkout Seamless extension for Magento 2. diff --git a/composer.json b/composer.json index 4cf523b..905a312 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wirecard/magento2-wcs", "description": "Wirecard Checkout Seamless", "type": "magento2-module", - "version": "1.0.8", + "version": "1.0.9", "license": [ "MIT" ],