diff --git a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version index ee5c9dd5..95673cc8 100644 --- a/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version +++ b/GameData/JSI/RasterPropMonitor/RasterPropMonitor.version @@ -7,7 +7,7 @@ "MAJOR": 0, "MINOR": 31, "PATCH": 13, - "BUILD": 2 + "BUILD": 3 }, "KSP_VERSION": { diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs index e05aba67..c2b8e031 100644 --- a/SharedAssemblyInfo.cs +++ b/SharedAssemblyInfo.cs @@ -12,7 +12,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. // Revision number is altered automatically. -[assembly: AssemblyVersion("0.31.13.2")] +[assembly: AssemblyVersion("0.31.13.3")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.