Skip to content

Commit

Permalink
Update module version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennanis committed Nov 27, 2024
1 parent 1a8a0fc commit 286d759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>
<author>
<name></name>
Expand Down
2 changes: 1 addition & 1 deletion Controller/ConfigurationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static function connectModule( $auth )
'timezone' => $timezone,
'url_client' => $urlClient,
'ecommerce_version' => reset( $ecommerce_version ),
'module_version' => '1.0.0'
'module_version' => '1.0.1'
];

$response = SpmShopConnection::saveConfiguration( $auth, $config );
Expand Down

0 comments on commit 286d759

Please sign in to comment.