diff --git a/GameData/Undockinator.version b/GameData/Undockinator.version index c3179dc..d1c2419 100644 --- a/GameData/Undockinator.version +++ b/GameData/Undockinator.version @@ -9,7 +9,7 @@ "VERSION":{ "MAJOR":1, "MINOR":1, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION_MIN":{ diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c75eaf8..7b2cfae 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.1.1")] +[assembly: AssemblyFileVersion("1.1.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. diff --git a/Undockinator.csproj b/Undockinator.csproj index 16364e0..6790a27 100644 --- a/Undockinator.csproj +++ b/Undockinator.csproj @@ -10,7 +10,7 @@ v3.5 512 - 1.1.0 + 1.1.1 true diff --git a/Undockinator.sln b/Undockinator.sln index 6901a7e..a47583c 100644 --- a/Undockinator.sln +++ b/Undockinator.sln @@ -20,6 +20,6 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 1.1.0 + version = 1.1.1 EndGlobalSection EndGlobal