Skip to content

Commit

Permalink
v1.0.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
easeq authored Sep 1, 2021
1 parent acac3b4 commit 24e0894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Observer/Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public function __construct(
*/
public function execute(\Magento\Framework\Event\Observer $observer)
{
$this->helper->register('HS_Honeypot', '1.0.1', 'confirm');
$this->helper->register('HS_Honeypot', '1.0.2', 'confirm');
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hs/module-all": "*"
},
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"proprietary"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="HS_Honeypot" setup_version="1.0.1">
<module name="HS_Honeypot" setup_version="1.0.2">
<sequence>
<module name="HS_All" />
</sequence>
Expand Down

0 comments on commit 24e0894

Please sign in to comment.