From f9ff986991ec6080ba7470dde6271a53f785ffa3 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 29 May 2024 18:00:24 +0300 Subject: [PATCH] Marked the master branch as v4.1-dev --- composer.json | 2 +- resources/manifest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0d1acb3..d0ccee8 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ } }, "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "4.1.x-dev" } } } diff --git a/resources/manifest.php b/resources/manifest.php index c0fc836..4367ba6 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '4.0.0' + 'version' => '4.1-dev' ];