Skip to content

Commit

Permalink
[IN-1414] Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaycooper committed Jul 13, 2020
1 parent 9ff557d commit 725b6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"magento/module-catalog": "^101.*",
"magento/module-customer": "^100.1.*"
},
"version": "2.0.2",
"version": "2.0.3",
"autoload": {
"files": [ "registration.php" ],
"psr-4": { "Sailthru\\MageSail\\": "" }
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Sailthru_MageSail" setup_version="2.0.2" >
<module name="Sailthru_MageSail" setup_version="2.0.3" >
<sequence>
<module name="Magento_Customer"/>
</sequence>
Expand Down

0 comments on commit 725b6cd

Please sign in to comment.