Skip to content

Commit

Permalink
[TASK] Raise version number and set state to "beta"
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiYang committed Jul 19, 2018
1 parent 96c02b3 commit 2caa075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "typo3-cms-extension",
"description": "Displays current project version based on 'VERSION' file or GIT revision.",
"homepage": "https://github.com/KamiYang/project_version",
"version": "0.3.0",
"version": "0.3.1",
"time": "2018-05-24",
"license": "GPL-3.0+",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"project_version": "self.version"
},
"require": {
"typo3/cms": ">=8.7.0 <=8.7.16",
"typo3/cms": ">=8.7.0 <=8.7.17",
"php": ">=7.0"
},
"require-dev": {
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
'title' => 'Project Version',
'description' => 'Displays current project version based on \'VERSION\' file or GIT revision.',
'category' => 'misc',
'state' => 'alpha',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author' => 'Jan Stockfisch',
'author_email' => '[email protected]',
'version' => '0.3.0',
'version' => '0.3.1',
'constraints' => [
'depends' => [
'php' => '7.0',
'typo3' => '8.7.0-8.7.16'
'typo3' => '8.7.0-8.7.17'
],
'conflicts' => [
],
Expand Down

0 comments on commit 2caa075

Please sign in to comment.