Skip to content

Commit

Permalink
Bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Jul 15, 2024
1 parent 3c7b41b commit 39aca5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Feed/Exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class Exporter
{
const MODULE_VERSION = '1.8.1';
const MODULE_VERSION = '1.8.2';

const CHILDREN_EXPORT_MODE_NONE = 'none';
const CHILDREN_EXPORT_MODE_SEPARATELY = 'separately';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shoppingfeed/magento2-manager",
"type": "magento2-module",
"version": "1.8.1",
"version": "1.8.2",
"license": "OSL-3.0",
"description": "Official module for Shopping Feed integration.",
"require": {
Expand Down

0 comments on commit 39aca5e

Please sign in to comment.