Skip to content

Commit

Permalink
#32 Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazpu committed Oct 31, 2017
1 parent 6268ee6 commit 11226f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 11226f8

Please sign in to comment.