Skip to content

Commit

Permalink
Rise version number in ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Apr 7, 2022
1 parent 1699c5d commit 5faf34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Kitodo.Presentation',
'description' => 'Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.',
'version' => '3.3.0',
'version' => '4.0.0',
'category' => 'misc',
'constraints' => [
'depends' => [
'php' => '7.3.0-7.4.99',
'typo3' => '9.5.0-9.5.99'
'typo3' => '9.5.0-10.4.99'
],
'conflicts' => [],
'suggests' => []
Expand Down

0 comments on commit 5faf34c

Please sign in to comment.