Skip to content

Commit

Permalink
chore: bump version to 1.0.5 for release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle authored Mar 23, 2024
1 parent df60f9e commit 233e2c5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 233e2c5

Please sign in to comment.