Skip to content

Commit

Permalink
1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 28, 2023
1 parent 883f37b commit a004c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion W/Result/Js.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final protected function render(IR $r):void {
*/
final static function i(string $name):self {
$i = new self; /** @var self $i */
$i->_r = ju_module_file_read(__CLASS__, "js/$name", 'js', function($f) {return file_get_contents($f);}, true);
$i->_r = ju_module_file_read(__CLASS__, "js/$name", 'js', function($f) {return file_get_contents($f);});
return $i;
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justuno.com/m2"
,"version": "1.8.1"
,"version": "1.8.2"
,"description": "Justuno module for Magento 2"
,"type": "magento2-module"
,"homepage": "https://github.com/justunoCom/m2"
Expand Down

0 comments on commit a004c2c

Please sign in to comment.