Skip to content

Commit

Permalink
Bumped the composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj KB committed Feb 14, 2022
1 parent cdbba61 commit e90ab3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ php bin/magento setup:static-content:deploy
![Frontend Demo](https://raw.github.com/MagePsycho/magento2-easy-template-path-hints/master/docs/magento-2-easy-template-path-hints-frontend.png "Frontend Demo")

## Changelog
**Version 1.1.3 (2022-02-14)**
* Bumped the version for the sake of packagist release

**Version 1.1.2 (2018-05-10)**
* Fixed wrong module path if installed via composer

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Easy Template Path Hints for Magento 2",
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "debug", "template path hint", "development"],
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://www.magepsycho.com/magento-2-easy-template-path-hints.html",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Easy Template Path Hints for Magento 2",
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "debug", "template path hint", "development"],
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://www.magepsycho.com/magento-2-easy-template-path-hints.html",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MagePsycho_Easypathhints" setup_version="1.1.2">
<module name="MagePsycho_Easypathhints" setup_version="1.1.3">
<sequence>
<module name="Magento_Developer" />
</sequence>
Expand Down

0 comments on commit e90ab3c

Please sign in to comment.