Skip to content

Commit

Permalink
Update version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic authored and github-actions[bot] committed Jun 4, 2023
1 parent 4f05db8 commit b84af25
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,22 @@ Types of changes:

## [Unreleased]

## [0.9.2] - 2023-06-04

### Added
- Coin item

- Coin item

### Changed
- Update to Godot 3.5.2

- Update to Godot 3.5.2

### Fixed
- Actually apply bot difficulty setting to bots and tweak difficulty
- Stop level generation breaking with 1 obstacle
- Stop respawning clearing item effects
- Picoberries no longer offset the player trail incorrectly

- Actually apply bot difficulty setting to bots and tweak difficulty
- Stop level generation breaking with 1 obstacle
- Stop respawning clearing item effects
- Picoberries no longer offset the player trail incorrectly

## [0.9.1] - 2023-05-29

Expand Down Expand Up @@ -318,7 +323,9 @@ First proper release! :D
- Animated title screen background
- Spectator mode and death camera

[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.1...HEAD
[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.2...HEAD

[0.9.2]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.1...0.9.2

[0.9.1]: https://github.com/Jibby-Games/Flappy-Race/compare/0.9.0...0.9.1

Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ config/description="Multiplayer flappy bird"
run/main_scene="res://common/main.tscn"
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
config/version="v0.9.1"
config/version="v0.9.2"
config/debug_tools=false
config/debug_tools.editor=true

Expand Down

0 comments on commit b84af25

Please sign in to comment.