[TASK] Release preperations
Change version in composer.json, ext_emconf.php and updated README.md
This commit is contained in:
parent
1bdc6b7352
commit
e655cb399b
3 changed files with 14 additions and 3 deletions
|
@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'description' => 'Authenticate every visitor as a defined frontend user if IP matches',
|
||||
'category' => 'plugin',
|
||||
'shy' => 0,
|
||||
'version' => '1.0.0',
|
||||
'version' => '1.0.1',
|
||||
'dependencies' => 'cms,extbase,fluid',
|
||||
'conflicts' => '',
|
||||
'priority' => '',
|
||||
|
|
Reference in a new issue