From 4f0c2ef9f2cd37287823acb294d7a8fa06c27875 Mon Sep 17 00:00:00 2001 From: Johannes Schlier Date: Tue, 13 Apr 2021 12:59:00 +0200 Subject: [PATCH] [TASK] Set version to 1.0.0 --- ext_emconf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 86b23ff..9cb272b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,15 +4,15 @@ 'title' => 'News Page', 'description' => 'Use pages as news records.', 'category' => 'fe', - 'version' => '0.8.0', - 'state' => 'beta', + 'version' => '1.0.0', + 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'b13 GmbH', 'author_email' => 'typo3@b13.com', 'author_company' => 'b13 GmbH', 'constraints' => [ 'depends' => [ - 'typo3' => '9.0.0-10.99.99', + 'typo3' => '', ], ] ];