bump version

This commit is contained in:
Chris
2024-07-10 12:59:01 -06:00
parent ecefe018e4
commit d7e3e01c73
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [unreleased]
## [0.11.1]
### Enhancements
- Add `waitForQuit` arg to `/autoquit` (i.e. `/autoquit waitForQuit`). This will let users opt in to the old behavior
@ -326,7 +326,8 @@ legendary launch --dry-run 9c203b6ed35846e8a4a9ff1e314f6593 2> >(grep "Launch pa
Initial release
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.0...HEAD
[unreleased]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/rfvgyhn/min-ed-launcher/compare/v0.9.0...v0.10.0

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.11.0</VersionPrefix>
<VersionPrefix>0.11.1</VersionPrefix>
</PropertyGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec Command="git describe --long --always --dirty --exclude=* --abbrev=8"