Skip to content

Commit

Permalink
bump version to 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Mar 7, 2023
1 parent 68a5fbf commit db23597
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":0,
"MINOR":9,
"PATCH":6,
"PATCH":7,
"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.6.*")]
[assembly: AssemblyInformationalVersion("0.9.6")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 6)]
[assembly: AssemblyVersion("0.9.7.*")]
[assembly: AssemblyInformationalVersion("0.9.7")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 7)]
[assembly: KSPAssemblyDependency("RocketSoundEnhancement.Unity", 1, 0)]
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

# [Unreleased]
# [0.9.7] - 03-07-23
## Changes
- Fixed MachEffectsAmount not saving and causing crashes when set to zero.
- Fixed Sonic Booms being triggered in MapView
- RCS sounds use thruster power
- Major performance optimizations
- Fixed memory leaks from scene changes

# [0.9.6] - 07-09-22
## Changes
Expand Down

0 comments on commit db23597

Please sign in to comment.