We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0007917 commit ac8c21aCopy full SHA for ac8c21a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.6.0.92] - 2025-10-20 (Beta)
4
+
5
+- [HotFix] Fix gauge not decreasing correctly on miss due to the previous version
6
7
## [0.6.0.91] - 2025-10-20 (Beta)
8
9
- [HotFix] Fix non-branched charts had no gauge increment nor damage due to the previous version
OpenTaiko/OpenTaiko.csproj
@@ -33,7 +33,7 @@
33
<Folder Include="System\Open-World Memories\Modules\Modal\Sounds\" />
34
</ItemGroup>
35
<PropertyGroup>
36
- <Version>0.6.0.91</Version>
+ <Version>0.6.0.92</Version>
37
<OutputType>WinExe</OutputType>
38
<TargetFramework>net8.0</TargetFramework>
39
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
0 commit comments