Skip to content

Commit

Permalink
Merge pull request #17 from wuunder/development
Browse files Browse the repository at this point in the history
versioning
  • Loading branch information
TimD90 authored May 2, 2019
2 parents 715e56b + 35cdb9c commit 651878f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function buildWuunderData($infoArray, $order, $bookingToken)
$sourceObj = array(
"product" => "Magento 1 extension",
"version" => array(
"build" => "4.1.0",
"build" => "4.2.0",
"plugin" => "4.0"
),
"platform" => array(
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Wuunder/WuunderConnector/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Wuunder_WuunderConnector>
<version>4.1.0</version>
<version>4.2.0</version>
</Wuunder_WuunderConnector>
</modules>
<global>
Expand Down

0 comments on commit 651878f

Please sign in to comment.