From aa979b2f39813956c5485576362bb823fae2a336 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 4cee72b..03c90ed 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ }, "extra": { "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 2210e3a..8822797 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Links Module', - 'version' => '4.0.0' + 'version' => '4.1-dev' ];