Skip to content

Commit

Permalink
[TASK] Prepare release of version 12.1.0
Browse files Browse the repository at this point in the history
Releases: 12.4
  • Loading branch information
brotkrueml committed Apr 15, 2024
1 parent 8ba6818 commit 6b054aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

## 12.1.0 - 2024-xx-xx
## 12.1.0 - 2024-04-15

### Added
- Add page title provider for blog post indexAction and showAction (#43)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "12.0.x-dev"
"dev-main": "12.1.x-dev"
},
"typo3/cms": {
"extension-key": "blog_example",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'A Blog Example for the Extbase Framework',
'description' => 'This extension contains code examples used in TYPO3 explained to describe the use of Extbase',
'version' => '12.0.3',
'version' => '12.1.0',
'category' => 'example',
'author' => 'TYPO3 Documentation Team and contributors',
'author_company' => '',
Expand Down

0 comments on commit 6b054aa

Please sign in to comment.