diff --git a/composer.json b/composer.json index 3678368..bff45ed 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cryptom2/metamask-eth-payment", - "version": "v1.0.1", + "version": "v1.0.2", "description": "Metamask & web3js Ethereum payment method Magento 2 module without any third party gateways", "type": "magento2-module", "authors": [ @@ -11,7 +11,7 @@ } ], "require": { - "cryptom2/base": "v1.0.0", + "cryptom2/base": ">=1.0.1", "cryptom2/currency-precision": "v1.0.0" }, "license": "MIT",