Skip to content

Commit 3703164

Browse files
committed
[TASK] Set version to 5.1.0-dev
1 parent 3e094e0 commit 3703164

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "typo3@evoweb.de"
88
},
99
"license": "GPL-2.0+",
10-
"version": "5.0.0",
10+
"version": "5.1.0-dev",
1111
"devDependencies": {
1212
"@babel/cli": "^7.22.5",
1313
"@babel/core": "^7.22.5",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"web-dir": ".build/public"
5858
},
5959
"branch-alias": {
60-
"dev-master": "5.0.x-dev"
60+
"dev-develop": "5.1.x-dev"
6161
}
6262
},
6363
"prefer-stable": true,

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'author_company' => '',
1717
'state' => 'stable',
1818
'clearCacheOnLoad' => 1,
19-
'version' => '5.0.0',
19+
'version' => '5.1.0-dev',
2020
'constraints' => [
2121
'depends' => [
2222
'typo3' => '11.0.0-12.4.99',

0 commit comments

Comments
 (0)