Skip to content

Commit

Permalink
fix composer.json (replace)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Jun 19, 2022
1 parent 000a4bd commit 9e81bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"replace": {
"typo3-ter/wdb-contact": "self.version"
"typo3-ter/wdb_content_conditions": "self.version"
},
"extra": {
"typo3/cms": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'author_email' => 'david.bruchmann@gmail.com',
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '1.0.1',
'version' => '1.0.3',
'autoload' => [
'psr-4' => [
'WDB\\WdbContentConditions\\' => 'Classes',
Expand Down

0 comments on commit 9e81bd2

Please sign in to comment.