Skip to content

Commit

Permalink
Bump version to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Mar 25, 2024
1 parent 0091b0c commit bd38405
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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":10,
"PATCH":11,
"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.10.*")]
[assembly: AssemblyInformationalVersion("0.9.10")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 10)]
[assembly: AssemblyVersion("0.9.11.*")]
[assembly: AssemblyInformationalVersion("0.9.11")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 11)]
[assembly: KSPAssemblyDependency("RocketSoundEnhancement.Unity", 1, 0)]
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# [0.9.11] -
# [0.9.11] - 03-25-24
- Fixed missing reentry and wind sounds

# [0.9.10] - 03-15-24
Expand Down

0 comments on commit bd38405

Please sign in to comment.