Skip to content

Commit

Permalink
Fix release 1.1.1 - Update Composer.json (#31)
Browse files Browse the repository at this point in the history
* Fix updating composer.json for correctly tagged version

* Version bump

---------

Co-authored-by: Peter Ojo <[email protected]>
Co-authored-by: Rok Popov Ledinski <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2023
1 parent 3eb4da4 commit 8108f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "adyen/adyen-magento2-expresscheckout",
"description": "Official Adyen Magento2 plugin to add express payment method shortcuts.",
"type": "magento2-module",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"repositories": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Adyen_ExpressCheckout" setup_version="1.1.0">
<module name="Adyen_ExpressCheckout" setup_version="1.1.1">
<sequence>
<module name="Adyen_Payment"/>
</sequence>
Expand Down

0 comments on commit 8108f14

Please sign in to comment.