Skip to content

Commit a6a3265

Browse files
Merge branch 'version_numbering_154' into develop
2 parents 23e03f8 + 543ef55 commit a6a3265

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Block/Adminhtml/Config/Support/Tab.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Tab extends Template implements RendererInterface
4040
{
4141
const MODULE_NAME = 'TIG_Postcode';
4242

43-
const EXTENSION_VERSION = '1.5.3';
43+
const EXTENSION_VERSION = '1.5.4';
4444

4545
// @codingStandardsIgnoreLine
4646
protected $_template = 'TIG_Postcode::config/support/tab.phtml';

Test/Unit/Block/Adminhtml/Config/Support/TabTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TabTest extends TestCase
4747
public function testGetVersionNumber()
4848
{
4949
$instance = $this->getInstance();
50-
$this->assertSame('1.5.3', $instance->getVersionNumber());
50+
$this->assertSame('1.5.4', $instance->getVersionNumber());
5151
}
5252

5353
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"magento/module-quote": ">=101.0.5,<=101.0.11|~101.1|~101.2"
88
},
99
"type": "magento2-module",
10-
"version": "1.5.3",
10+
"version": "1.5.4",
1111
"license": "CC-BY-NC-ND-3.0",
1212
"authors": [
1313
{

0 commit comments

Comments
 (0)