From 01cc2f81dda395691623fdbedcd27fa8ab192d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Sun, 7 Jun 2026 19:21:33 +0200 Subject: [PATCH] [TASK] Set dev version 2.0.0 --- Build/Scripts/runTests.sh | 2 +- VERSION | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 3cd9f30..3e5138d 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -385,7 +385,7 @@ fi handleDbmsOptions -COMPOSER_ROOT_VERSION="1.0.3-dev" +COMPOSER_ROOT_VERSION="2.0.0-dev" CONTAINER_INTERACTIVE="-it --init" HOST_UID=$(id -u) USERSET="" diff --git a/VERSION b/VERSION index 516e6a4..d72f262 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3-dev +2.0.0-dev diff --git a/composer.json b/composer.json index 41ace13..d08c08b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "web-dir": ".Build/Web", "cms-package-dir": "{$vendor-dir}/typo3/cms", "app-dir": ".Build", - "version": "1.0.3-dev" + "version": "2.0.0-dev" }, "branch-alias": { "dev-main": "2.x-dev", diff --git a/ext_emconf.php b/ext_emconf.php index 06220df..ee46531 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'DeepL Write', 'description' => 'DeepL Write support for TYPO3. Write better texts, translate to simple language', - 'version' => '1.0.3', + 'version' => '2.0.0', 'category' => 'misc', 'state' => 'stable', 'author' => 'web-vision GmbH Team',