Skip to content

Commit 24e0894

Browse files
authored
v1.0.2 (#7)
1 parent acac3b4 commit 24e0894

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.1', 'confirm');
37+
$this->helper->register('HS_Honeypot', '1.0.2', 'confirm');
3838
}
3939
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hs/module-all": "*"
66
},
77
"type": "magento2-module",
8-
"version": "1.0.1",
8+
"version": "1.0.2",
99
"license": [
1010
"proprietary"
1111
],

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.1">
3+
<module name="HS_Honeypot" setup_version="1.0.2">
44
<sequence>
55
<module name="HS_All" />
66
</sequence>

0 commit comments

Comments
 (0)