From 523a173b2b6e58cd01251f0949014b4871e6b9da Mon Sep 17 00:00:00 2001 From: Mathias Bolt Lesniak Date: Tue, 11 Oct 2022 16:09:07 +0200 Subject: [PATCH] [TASK] Raise version to 1.0.1 --- ext_emconf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 5f9f8937..749f7ede 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,8 +4,8 @@ $EM_CONF['interest'] = [ 'title' => 'Integration REST API', 'description' => 'REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don\'t have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.', - 'version' => '1.0.0', - 'state' => 'beta', + 'version' => '1.0.1', + 'state' => 'stable', 'category' => 'plugin', 'constraints' => [ 'depends' => [