Skip to content

Commit

Permalink
feat: bump version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic committed Oct 2, 2021
1 parent f7c2fd1 commit fc1282f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Types of changes:

## [Unreleased]

## [0.0.2] - 2021-10-02

### Added
- New music by Drozerix
- Volume controls in options
Expand All @@ -32,6 +34,7 @@ Types of changes:

### Fixed
- Stopped players sometimes dying at the start of the game
- Only update the score in the UI for the local player

## [0.0.1] - 2021-08-29
First proper release! :D
Expand All @@ -46,5 +49,6 @@ First proper release! :D
- Animated title screen background
- Spectator mode and death camera

[Unreleased]: https://github.com/Jibbajabbafic/Flappy-Race/compare/v0.0.1...HEAD
[Unreleased]: https://github.com/Jibbajabbafic/Flappy-Race/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/Jibbajabbafic/Flappy-Race/releases/tag/v0.0.2
[0.0.1]: https://github.com/Jibbajabbafic/Flappy-Race/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion client/menu/title/title_screen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ margin_right = 140.0
size_flags_horizontal = 0
size_flags_vertical = 0
custom_fonts/font = ExtResource( 5 )
text = "v0.0.1"
text = "v0.0.2"
valign = 2
__meta__ = {
"_edit_use_anchors_": false
Expand Down

0 comments on commit fc1282f

Please sign in to comment.