Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
v1.4.3 release
  • Loading branch information
piotrjozwiak committed Apr 19, 2019
1 parent e299d8d commit 3f2f16b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "tpaycom/magento2basic",
"description": "tpay.com payments module",
"type": "magento2-module",
"version": "1.4.2",
"version": "1.4.3",
"license": [
"OSL-3.0"
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
"magento/product-community-edition": "2.3.*"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="tpaycom_magento2basic" setup_version="1.4.1">
<module name="tpaycom_magento2basic" setup_version="1.4.3">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 3f2f16b

Please sign in to comment.