Skip to content

Commit f27236b

Browse files
Update branch alias in composer.json. (#7)
1 parent 633b7de commit f27236b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 0.2.1 Under development
44

5+
- Bug #7: Update branch alias in `composer.json` (@terabytesoftw)
6+
57
## 0.2.0 February 29, 2024
68

79
- Enh #4: Refactor `getShortNameClass()` method to support optional `suffix` and `lowercase` parameters (@terabytesoftw)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"extra": {
3737
"branch-alias": {
38-
"dev-main": "0.1-dev"
38+
"dev-main": "0.2-dev"
3939
}
4040
},
4141
"config": {

0 commit comments

Comments
 (0)