From 48601dc2dd8a2ba58294be323975445d1885487a Mon Sep 17 00:00:00 2001 From: Henry Bauer Date: Sun, 2 Aug 2020 11:20:09 -0500 Subject: [PATCH] Bump version for KSP 1.10 --- GameData/Undockinator.version | 2 +- Properties/AssemblyInfo.cs | 4 ++-- Undockinator.csproj | 2 +- Undockinator.sln | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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