File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
913The Pit Stop 2 update!
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments