Skip to content

Commit

Permalink
Fix typo in new default dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Feb 8, 2024
1 parent 0ff80e6 commit d6ff2bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

### v1.1.1

* Fix typo in new default dev branch

### v1.1.0

* Changed phpspec dependency from ^6.0 to ^7.0 to support PHP 8.1-8.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}

0 comments on commit d6ff2bc

Please sign in to comment.