File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ public function __construct(
34
34
*/
35
35
public function execute (\Magento \Framework \Event \Observer $ observer )
36
36
{
37
- $ this ->helper ->register ('HS_Honeypot ' , '1.0.0 ' , 'confirm ' );
37
+ $ this ->helper ->register ('HS_Honeypot ' , '1.0.1 ' , 'confirm ' );
38
38
}
39
39
}
Original file line number Diff line number Diff line change 6
6
"hs/module-all" : " *"
7
7
},
8
8
"type" : " magento2-module" ,
9
- "version" : " 1.0.0 " ,
9
+ "version" : " 1.0.1 " ,
10
10
"license" : [
11
11
" proprietary"
12
12
],
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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 " >
4
4
<sequence >
5
5
<module name =" HS_All" />
6
6
</sequence >
You can’t perform that action at this time.
0 commit comments