diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 4911044..0e2cd57 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -32,10 +32,10 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.02")] -[assembly: AssemblyFileVersion("1.0.02")] +[assembly: AssemblyVersion("1.0.03")] +[assembly: AssemblyFileVersion("1.0.03")] [assembly: KSPAssembly(name: "BoringCrewServices" , versionMajor: 1 , versionMinor: 0 - , versionRevision: 02)] \ No newline at end of file + , versionRevision: 03)] \ No newline at end of file