Skip to content

Commit

Permalink
Version Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelecommistry committed Jun 8, 2019
1 parent 36f66b3 commit 32645ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"description": "Order Delivery date extension will allow customer to choose preferable delivery date for order.",
"require": {
"php": "~7.1.3||~7.2.0",
"magento/module-config": "100.3.*",
"magento/module-store": "100.3.*",
"magento/module-backend": "100.3.*",
"magento/module-config": "101.1.*",
"magento/module-store": "101.0.*",
"magento/module-backend": "101.0.*",
"magento/module-checkout": "100.3.*",
"magento/module-sales": "100.3.*",
"magento/framework": "100.3.*"
"magento/module-sales": "102.0.*"
},
"type": "magento2-module",
"version": "100.0.1",
"version": "2.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="SR_DeliveryDate" setup_version="2.0.1" />
<module name="SR_DeliveryDate" setup_version="2.0.2" />
</config>

0 comments on commit 32645ed

Please sign in to comment.