diff --git a/.env b/.env index d03d133..899b08e 100644 --- a/.env +++ b/.env @@ -7,5 +7,5 @@ GODOT_VERSION=4.2.1-stable # Game GAME_NAME=HazyRoad -GAME_VERSION=1.0.4 +GAME_VERSION=1.0.5 GAME_ITCHIO_KEY=hazy-road diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c74480..009e489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security +### Dependencies + +## [1.0.5] +### Added - Add link to the latest available version ([#31](https://github.com/MechanicalFlower/HazyRoad/pull/31)) ### Changed - Use the SFX bus for foot step sounds ([#30](https://github.com/MechanicalFlower/HazyRoad/pull/30)) @@ -15,7 +24,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [1.0.4] ### Added - Add custom bootsplash ([#25](https://github.com/MechanicalFlower/HazyRoad/pull/25)) -- Add Quiver Analtics ([#28](https://github.com/MechanicalFlower/HazyRoad/pull/28)) +- Add Quiver Analytics ([#28](https://github.com/MechanicalFlower/HazyRoad/pull/28)) ### Changed ### Deprecated ### Removed @@ -53,7 +62,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Fixed - Include `.godot` folder to fix the CI build step ([#2](https://github.com/MechanicalFlower/HazyRoad/pull/2)) -[Unreleased]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.4...HEAD +[Unreleased]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.5...HEAD +[1.0.5]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.4...1.0.5 [1.0.4]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/MechanicalFlower/HazyRoad/compare/1.0.1...1.0.2 diff --git a/export_presets.cfg b/export_presets.cfg index 9eddedb..f172639 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -35,8 +35,8 @@ application/modify_resources=true application/icon="" application/console_wrapper_icon="" application/icon_interpolation=4 -application/file_version="1.0.4.20240322" -application/product_version="1.0.4.20240322" +application/file_version="1.0.5.20240323" +application/product_version="1.0.5.20240323" application/company_name="Mechanical Flower" application/product_name="HazyRoad" application/file_description="" @@ -131,7 +131,7 @@ application/bundle_identifier="io.itch.MechanicalFlower" application/signature="" application/app_category="Games" application/short_version="1.0" -application/version="1.0.4" +application/version="1.0.5" application/copyright="2023-present Mechanical Flower" application/copyright_localized={} application/min_macos_version="10.12" diff --git a/project.godot b/project.godot index ab0a2cb..8521001 100644 --- a/project.godot +++ b/project.godot @@ -20,7 +20,7 @@ release_checker/repo_url="https://api.github.com/repos/MechanicalFlower/HazyRoad config/name="Hazy Road" config/description="You're on your way home and come to a crossroads where a barrier is blocking your way. You decide to get out of your car to find a way through." -config/version="1.0.4" +config/version="1.0.5" run/main_scene="res://scenes/ui/godot_bootstrap.tscn" config/features=PackedStringArray("4.2") boot_splash/bg_color=Color(0, 0, 0, 1)