Skip to content

Commit

Permalink
[BUGFIX] Add correct version number in ext_emconf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Feb 22, 2020
1 parent daba00b commit 02e2137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => 'breakpoint@schreibersebastian.de',
'state' => 'stable',
'clearCacheOnLoad' => false,
'version' => '2.0.0',
'version' => '2.0.5',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
Expand Down

0 comments on commit 02e2137

Please sign in to comment.