Skip to content

Commit

Permalink
Update branch alias in composer.json. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 1, 2024
1 parent 633b7de commit f27236b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.2.1 Under development

- Bug #7: Update branch alias in `composer.json` (@terabytesoftw)

## 0.2.0 February 29, 2024

- Enh #4: Refactor `getShortNameClass()` method to support optional `suffix` and `lowercase` parameters (@terabytesoftw)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.1-dev"
"dev-main": "0.2-dev"
}
},
"config": {
Expand Down

0 comments on commit f27236b

Please sign in to comment.