Skip to content

Commit

Permalink
[TASK] Set next version to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jul 4, 2023
1 parent f964fad commit c2e14e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.rst",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "14.0.2",
"version": "15.0.0-dev",
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.8",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "14.0.x-dev"
"dev-master": "15.0.x-dev"
},
"typo3/cms": {
"extension-key": "bootstrap_package",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
'author' => 'Benjamin Kott',
'author_email' => 'info@bk2k.info',
'author_company' => 'private',
'version' => '14.0.2',
'version' => '15.0.0-dev',
];

0 comments on commit c2e14e7

Please sign in to comment.