Skip to content

Commit

Permalink
[TASK] Rise to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
buepro committed Dec 28, 2023
1 parent 626ed6b commit 3e3d9e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[general]

project = Pizpalue template
release = 16.0.0
version = 16.0.0
release = 16.0.1-dev
version = 16.0.1-dev
copyright = since 2018 by buechler.pro gmbh

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion composer-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "16.0.x-dev"
"dev-main": "16.1.x-dev"
},
"typo3/cms": {
"app-dir": ".build",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "16.0.x-dev"
"dev-main": "16.1.x-dev"
},
"typo3/cms": {
"app-dir": ".build",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'title' => 'Pizpalue template',
'description' => 'Extension to create websites using bootstrap. It builds upon the bootstrap_package from Benjamin Kott and increases functionality by supporting the following extensions: container_elements, news, eventnews, tt_address',
'category' => 'template',
'version' => '16.0.0',
'version' => '16.0.1-dev',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'author' => 'Roman Büchler',
Expand Down

0 comments on commit 3e3d9e3

Please sign in to comment.