Skip to content

Commit db23597

Browse files
committed
bump version to 0.9.7
1 parent 68a5fbf commit db23597

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

GameData/RocketSoundEnhancement/RocketSoundEnhancement.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"MAJOR":0,
1414
"MINOR":9,
15-
"PATCH":6,
15+
"PATCH":7,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":

Source/RocketSoundEnhancement/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.9.6.*")]
32-
[assembly: AssemblyInformationalVersion("0.9.6")]
33-
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 6)]
31+
[assembly: AssemblyVersion("0.9.7.*")]
32+
[assembly: AssemblyInformationalVersion("0.9.7")]
33+
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 7)]
3434
[assembly: KSPAssemblyDependency("RocketSoundEnhancement.Unity", 1, 0)]

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

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

811
# [0.9.6] - 07-09-22
912
## Changes

0 commit comments

Comments
 (0)