From db6e868bec27fd7ba5e54a7ae022f1c585fd4c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BCrk?= Date: Wed, 29 Jul 2026 09:05:23 +0200 Subject: [PATCH] [RELEASE] 1.0.4 --- Build/Scripts/runTests.sh | 2 +- README.md | 4 ++-- VERSION | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index f41c8d8..f4949d9 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="1.0.4" CONTAINER_INTERACTIVE="-it --init" HOST_UID=$(id -u) USERSET="" diff --git a/README.md b/README.md index a7fca5c..0310c89 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ Prerequisites: ```bash echo '>> Create release based on configuration' ; \ RELEASE_BRANCH='1' ; \ - RELEASE_VERSION='1.0.2' ; \ - DEV_VERSION='1.0.3' ; \ + RELEASE_VERSION='1.0.4' ; \ + DEV_VERSION='1.0.5' ; \ echo ">> Checkout branches" && \ git checkout main && \ git fetch --all && \ diff --git a/VERSION b/VERSION index 516e6a4..ee90284 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3-dev +1.0.4 diff --git a/composer.json b/composer.json index 45a933f..1b662f2 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": "1.0.4" }, "branch-alias": { "dev-main": "2.x-dev", diff --git a/ext_emconf.php b/ext_emconf.php index 2054a59..d8ee9d9 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' => '1.0.4', 'category' => 'misc', 'state' => 'stable', 'author' => 'web-vision GmbH Team',