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' ];