Skip to content

Commit

Permalink
bump (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkong87 authored Sep 18, 2024
1 parent efd0f9b commit 2ac093d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "affirm/magento2",
"description": "Affirm's extension for the Magento 2 https://www.affirm.com/",
"type": "magento2-module",
"version": "4.0.3",
"version": "4.0.4",
"require": {
"php": "~7.4.0||~8.1.0||~8.2.0"
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0"
},
"license": [
"BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Astound_Affirm" setup_version="4.0.3">
<module name="Astound_Affirm" setup_version="4.0.4">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 2ac093d

Please sign in to comment.