diff --git a/Astrogator.version b/Astrogator.version index b3a470f..ec27c56 100644 --- a/Astrogator.version +++ b/Astrogator.version @@ -10,7 +10,7 @@ "VERSION": { "MAJOR": 0, "MINOR": 9, - "PATCH": 1 + "PATCH": 2 }, "KSP_VERSION_MIN": { "MAJOR": 1, diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 61639db..afab92c 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.9.1.0")] -[assembly: AssemblyFileVersion("0.9.1.0")] +[assembly: AssemblyVersion("0.9.2.0")] +[assembly: AssemblyFileVersion("0.9.2.0")]