Skip to content

Commit 65804ff

Browse files
committed
v1.0.1
1 parent 864af1c commit 65804ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Observer/Register.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ public function __construct(
3434
*/
3535
public function execute(\Magento\Framework\Event\Observer $observer)
3636
{
37-
$this->helper->register('HS_Honeypot', '1.0.0', 'confirm');
37+
$this->helper->register('HS_Honeypot', '1.0.1', 'confirm');
3838
}
3939
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hs/module-all": "*"
77
},
88
"type": "magento2-module",
9-
"version": "1.0.0",
9+
"version": "1.0.1",
1010
"license": [
1111
"proprietary"
1212
],

etc/module.xml

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

0 commit comments

Comments
 (0)