Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Bender committed May 19, 2017
1 parent 09d5118 commit 72d38e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/fcpohelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function fcpoGetUtilsDate()
*/
public static function fcpoGetStaticModuleVersion()
{
return '1.0.0';
return '1.0.1';
}

/**
Expand All @@ -366,7 +366,7 @@ public static function fcpoGetStaticModuleVersion()
*/
public function fcpoGetModuleVersion()
{
return '1.0.0';
return '1.0.1';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/fcporequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function __construct()
$this->addParameter('integrator_version', $this->_oFcpoHelper->fcpoGetIntegratorVersion());
$this->addParameter('solution_name', 'fatchip');
// $this->addParameter('solution_version', $this->_oFcpoHelper->fcpoGetModuleVersion());
$this->addParameter('solution_version', '2.0.10');
$this->addParameter('solution_version', '1.0.1');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
https://www.payone.de
</a>',
'thumbnail' => 'picture.gif',
'version' => '1.0.0',
'version' => '1.0.1',
'author' => 'FATCHIP GmbH',
'email' => '[email protected]',
'url' => 'http://wiki.fatchip.de/fc/mod_oxid_payone/start',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 72d38e2

Please sign in to comment.