Skip to content

Commit

Permalink
[RELEASE] Prepare version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 19, 2020
1 parent eb76fc9 commit 1390bec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u'0.1'
# The full version, including alpha/beta/rc tags
release = u'0.1.0-dev'
release = u'0.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"typo3/cms-form": "^10.4",
"typo3/coding-standards": "^0.2"
},
"suggest": {
"brotkrueml/typo3-jobrouter-data": "Synchronise and transmit to JobData tables",
"brotkrueml/typo3-jobrouter-process": "Start incidents in JobRouter®"
},
"autoload": {
"psr-4": {
"Brotkrueml\\JobRouterBase\\": "Classes"
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'state' => 'beta',
'version' => '0.1.0-dev',
'version' => '0.1.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
'form' => '10.4.0-10.4.99',
],
'conflicts' => [],
'suggests' => [
'jobrouter_data' => '0.12.0-0.12.99',
'jobrouter_process' => '0.5.0-0.5.99',
],
],
Expand Down

0 comments on commit 1390bec

Please sign in to comment.