Skip to content

Commit aa53a22

Browse files
committed
chore: Bump version 1.7.5 -> 1.8.0
1 parent b29e327 commit aa53a22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpver]
2-
current_version = "1.7.5"
2+
current_version = "1.8.0"
33
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
44
commit_message = "chore: Bump version {old_version} -> {new_version}"
55
commit = true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "two-inc/magento2",
33
"description": "Two B2B BNPL payments extension",
44
"type": "magento2-module",
5-
"version": "1.7.5",
5+
"version": "1.8.0",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<payment>
1212
<two_payment>
1313
<active>1</active>
14-
<version>1.7.5</version>
14+
<version>1.8.0</version>
1515
<title>Business invoice - 30 days</title>
1616
<mode>sandbox</mode>
1717
<invoice_type>FUNDED_INVOICE</invoice_type>

0 commit comments

Comments
 (0)