Skip to content

Commit

Permalink
https://github.com/hoogi91/charts/releases/tag/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoogi91 committed Feb 28, 2022
1 parent 8d32d5f commit 70b190a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.Build
ansible/
config/
node_modules/
vendor/
var/
node_modules/
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ project = Charts
# ... (recommended) version, displayed next to title (desktop) and in <meta name="book-version"
# .................................................................................

release = 1.1.2
release = 2.0.0

# .................................................................................
# ... (recommended) displayed in footer
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
'category' => 'fe',
'author' => 'Thorsten Hogenkamp',
'author_email' => '[email protected]',
'version' => '1.1.2',
'version' => '2.0.0',
'state' => 'stable',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.5.99',
],
'suggests' => [
'spreadsheets' => '2.0.0-2.99.99',
'spreadsheets' => '2.0.0-3.99.99',
],
],
'autoload' => [
Expand Down

0 comments on commit 70b190a

Please sign in to comment.