Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
karliuka committed Oct 31, 2021
1 parent fc8ba81 commit 921dcd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ repos:
- id: pretty-format-json
args: ["--indent=4", "--autofix", "--no-sort-keys"]
- repo: https://github.com/eriocnemis/git.MagentoPreCommitHooks
rev: 1.0.7
rev: 1.0.10
hooks:
- id: magento-xml
- id: magento-phpcs
args: ["--autofix"]
- id: magento-phpmd
- id: magento-phpcpd
- id: magento-phpstan
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "faonni/module-smart-category-configurable",
"description": "SmartCategory functionality from configurable products.",
"type": "magento2-module",
"version": "2.4.1",
"version": "2.4.2",
"authors": [
{
"name": "Karliuka Vitalii",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Faonni_SmartCategoryConfigurable" setup_version="2.4.1">
<module name="Faonni_SmartCategoryConfigurable" setup_version="2.4.2">
<sequence>
<module name="Magento_ConfigurableProduct"/>
<module name="Faonni_SmartCategory"/>
Expand Down

0 comments on commit 921dcd4

Please sign in to comment.