diff --git a/CHANGELOG.md b/CHANGELOG.md index d901ec84..ff0d7126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Discord support server: https://discord.gg/vBDzZAq3AF. Please always post your [KSP.log file](https://gist.github.com/JonnyOThan/04c2074b56f78e56d115621effee30f9) when reporting issues. -## Unreleased +## 1.0.1 - 2024-09-13 ### New Features diff --git a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version index f6ab1f95..3fc6e292 100644 --- a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version +++ b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version @@ -6,8 +6,7 @@ { "MAJOR": 1, "MINOR": 0, - "PATCH": 0, - "BUILD": 0 + "PATCH": 1 }, "KSP_VERSION": { diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index 59425ee4..592848c8 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.