From c25e2ce4ff29ab2a79ada1f2e18587239077cf61 Mon Sep 17 00:00:00 2001 From: Rupert Germann Date: Mon, 30 Sep 2024 09:51:40 +0200 Subject: [PATCH] [TASK] set version in composer.json for v12 --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 74c8d0d..c232a1e 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "news", "extension" ], - "version": "12.0.0", + "version": "12.0.1", "license": "GPL-2.0-or-later", "authors": [ { diff --git a/ext_emconf.php b/ext_emconf.php index 736fadf..21ad729 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'News', 'description' => 'Website news with front page teasers and article handling inside.', 'category' => 'plugin', - 'version' => '12.0.0', + 'version' => '12.0.1', 'state' => 'alpha', 'author' => 'Rupert Germann [pick2webServices]', 'author_email' => 'rg@pick2.de',