From 6690e8d16e52e2296f7eeb2983b46f4ebb0ead18 Mon Sep 17 00:00:00 2001 From: Krystian Szymukowicz Date: Wed, 16 Oct 2024 19:56:39 +0200 Subject: [PATCH] Tag version 3.0.4 --- Documentation/guides.xml | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 21933ea..b0fa5d9 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -12,7 +12,7 @@ interlink-shortcode="sourcebroker/t3api" /> diff --git a/ext_emconf.php b/ext_emconf.php index 84d35fa..1405d83 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author' => 'Inscript Team', 'author_email' => 'office@inscript.dev', 'state' => 'stable', - 'version' => '3.0.3', + 'version' => '3.0.4', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-8.3.99',