Skip to content

Commit

Permalink
Merge pull request #93 from amzn/version_bump_1.1.3
Browse files Browse the repository at this point in the history
1.1.3 version upgrade
  • Loading branch information
danielneu authored Jul 28, 2017
2 parents f3ec1f9 + f187cc4 commit e7b1a47
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/amazon-pay-and-login-magento-2-module",
"description": "Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon",
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion marketplace-composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/amazon-pay-and-login-magento-2-module",
"description": "Official Magento2 Plugin to integrate with Amazon Pay and Login with Amazon",
"type": "metapackage",
"version": "1.1.2",
"version": "1.1.3",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Block/Adminhtml/System/Config/Form/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ protected function getVersion($module)
return __('--');
}
*/
return "1.1.2";
return "1.1.3";
}
}
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/amazon-pay-and-login-with-amazon-core-module",
"description": "Shared functionality for Amazon Pay and Login with Amazon modules",
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Login/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/login-with-amazon-module",
"description": "Login with Amazon module",
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"license": [
"Apache-2.0"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Payment/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public function __construct(Context $context, ModuleListInterface $moduleList)
public function getModuleVersion()
{
// there is a similar function here: src/Core/Block/Adminhtml/System/Config/Form/Version.php, please update in parallel
return "1.1.2";
return "1.1.3";
}
}
2 changes: 1 addition & 1 deletion src/Payment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amzn/amazon-pay-module",
"description": "Amazon Pay module",
"type": "magento2-module",
"version": "1.1.2",
"version": "1.1.3",
"license": [
"Apache-2.0"
],
Expand Down

0 comments on commit e7b1a47

Please sign in to comment.