Skip to content

Commit

Permalink
Fix 2.2.x install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Jul 7, 2020
1 parent b8d85c2 commit 0f4270c
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 @@ -28,7 +28,7 @@

},
"type": "magento2-module",
"version": "1.1.3",
"version": "1.1.4",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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="MagePal_Core" />
<module name="MagePal_Core" setup_version="1.0.0" />
</config>

0 comments on commit 0f4270c

Please sign in to comment.