Skip to content

Commit

Permalink
bump version to 0.53.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerocatia committed Jun 16, 2024
1 parent 9cfdfe9 commit 2924191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This is used for recording Invader's changes. This changelog is based on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Untagged]
## [0.53.7] - 2024-06-16
### Fixed
- invader-build: Clamp particle animation rate the same way as tool.exe
- invader-build: Fixed detail_object_collection's global z offset being ignored
Expand Down Expand Up @@ -2544,5 +2544,6 @@ image as one bitmap
[0.53.4]: https://github.com/SnowyMouse/invader/compare/0.53.3...0.53.4
[0.53.5]: https://github.com/SnowyMouse/invader/compare/0.53.4...0.53.5
[0.53.6]: https://github.com/SnowyMouse/invader/compare/0.53.5...0.53.6
[0.53.7]: https://github.com/SnowyMouse/invader/compare/0.53.6...0.53.7

[Untagged]: https://github.com/SnowyMouse/invader/compare/0.53.6...master
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.15)

# Project name - You should change this if you're making a fork
project(Invader
VERSION 0.53.6
VERSION 0.53.7
DESCRIPTION "Modding toolkit for Halo Combat Evolved"
LANGUAGES C CXX
)
Expand Down

0 comments on commit 2924191

Please sign in to comment.