Skip to content

Commit

Permalink
Bump version to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Mar 5, 2024
1 parent d7fd097 commit f433428
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":0,
"MINOR":9,
"PATCH":8,
"PATCH":9,
"BUILD":0
},
"KSP_VERSION":
Expand Down
6 changes: 3 additions & 3 deletions Source/RocketSoundEnhancement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.8.*")]
[assembly: AssemblyInformationalVersion("0.9.8")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 8)]
[assembly: AssemblyVersion("0.9.9.*")]
[assembly: AssemblyInformationalVersion("0.9.9")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 9)]
[assembly: KSPAssemblyDependency("RocketSoundEnhancement.Unity", 1, 0)]
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# [0.9.9] - 03-05-24
- Improved memory leak/exception spam fix when vessels are unloaded

# [0.9.8] - 09-16-23
- Fixed index out of range exception when a sound layer has no clips
- Potential fix for memory leak due to ongamepaused events
Expand Down

0 comments on commit f433428

Please sign in to comment.