Skip to content

Commit 0bb6345

Browse files
Change branch alias to 1.0-dev in composer.json. (#5)
1 parent e058ae4 commit 0bb6345

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## 0.1.1 Under development
3+
## 0.1.1 March 9, 2024
4+
5+
- Bug #5: Change branch alias to `1.0-dev` in `composer.json` (@terabytesoftw)
46

57
## 0.1.0 March 6, 2024
68

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": "1.0-dev"
3939
}
4040
},
4141
"config": {

0 commit comments

Comments
 (0)