Skip to content

Commit 774a26b

Browse files
authored
[RELEASE] Version 4.0.1 (#148)
1 parent 10ac83d commit 774a26b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
"app-dir": ".Build",
9393
"extension-key": "interest",
94-
"version": "4.0.0",
94+
"version": "4.0.1",
9595
"web-dir": ".Build/public"
9696
}
9797
},

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$EM_CONF['interest'] = [
77
'title' => 'Integration REST API',
88
'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.',
9-
'version' => '4.0.0',
9+
'version' => '4.0.1',
1010
'state' => 'stable',
1111
'category' => 'plugin',
1212
'constraints' => [

0 commit comments

Comments
 (0)