Skip to content

Commit adeea1f

Browse files
committed
chore: bump to 3.0.0 for the Thelia 3 line
1 parent 54cc3e1 commit adeea1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Config/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<language>en_US</language>
2121
<language>fr_FR</language>
2222
</languages>
23-
<version>2.1.4</version>
23+
<version>3.0.0</version>
2424
<authors>
2525
<author>
2626
<name>Jules Cournut</name>

EasyOrderManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class EasyOrderManager extends BaseModule
1919
{
2020
/** @var string */
2121
const DOMAIN_NAME = 'easyordermanager';
22-
const MODULE_VERSION = '2.1.4';
22+
const MODULE_VERSION = '3.0.0';
2323
const MODULE_NAME = 'EasyOrderManager';
2424

2525
public static function configureServices(ServicesConfigurator $servicesConfigurator): void

0 commit comments

Comments
 (0)