Skip to content

Commit 0f4270c

Browse files
committed
Fix 2.2.x install issue
1 parent b8d85c2 commit 0f4270c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
},
3030
"type": "magento2-module",
31-
"version": "1.1.3",
31+
"version": "1.1.4",
3232
"autoload": {
3333
"files": [
3434
"registration.php"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="MagePal_Core" />
4+
<module name="MagePal_Core" setup_version="1.0.0" />
55
</config>

0 commit comments

Comments
 (0)