Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
easeq authored Jun 26, 2024
1 parent 6a0252e commit 228f8b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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_ImageClean', '1.1.1', 'confirm');
$this->helper->register('HS_ImageClean', '1.1.2', 'confirm');
}
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "hs/module-image-clean",
"description": "N/A",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"php": ">=5.5|>=7",
"hs/module-all": "*"
},
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.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_ImageClean" setup_version="1.1.1">
<module name="HS_ImageClean" setup_version="1.1.2">
<sequence>
<module name="HS_All"/>
</sequence>
Expand Down

0 comments on commit 228f8b0

Please sign in to comment.