Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpver]
current_version = "2.1.1"
current_version = "2.1.2"
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit_message = "chore: Bump version {old_version} -> {new_version}"
commit = true
Expand Down
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": "two-inc/magento2",
"description": "Two B2B BNPL payments extension for Magento",
"type": "magento2-module",
"version": "2.1.1",
"version": "2.1.2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Has no effect when no overlay is registered.
-->
<hide_when_overlay_installed>1</hide_when_overlay_installed>
<version>2.1.1</version>
<version>2.1.2</version>
<title>Two - Buy Now Pay Later on Invoice Terms</title>
<sort_order>-10</sort_order>
<mode>sandbox</mode>
Expand Down
Loading