Skip to content

Commit 0526eb7

Browse files
committed
0.6.1 quick hotfix crap
1 parent 6b321b7 commit 0526eb7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.1] - 2024-03-31
8+
### Fixed
9+
- Hopefully Senpai Pico/Erect mix shader isn't brokey
10+
- NG API encryption key was added proper, so medals + leaderboards posting should work
711

812
## [0.6.0] - 2024-03-31
913
The Pit Stop 2 update!

project.hxp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Project extends HXProject {
2525
* REMEMBER TO CHANGE THIS WHEN THE GAME UPDATES!
2626
* You only have to change it here, the rest of the game will query this value.
2727
*/
28-
static final VERSION:String = "0.6.0";
28+
static final VERSION:String = "0.6.1";
2929

3030
/**
3131
* The game's name. Used as the default window title.

0 commit comments

Comments
 (0)