diff --git a/GameData/CommunityTraitIcons/CommunityTraitIcons.version b/GameData/CommunityTraitIcons/CommunityTraitIcons.version index b2f7149..22dc2f3 100644 --- a/GameData/CommunityTraitIcons/CommunityTraitIcons.version +++ b/GameData/CommunityTraitIcons/CommunityTraitIcons.version @@ -10,12 +10,12 @@ "VERSION":{ "MAJOR":1, "MINOR":0, - "PATCH":1, + "PATCH":2, "BUILD":0 }, "KSP_VERSION":{ "MAJOR":1, - "MINOR":5, + "MINOR":6, "PATCH":0 }, "KSP_VERSION_MIN":{ @@ -25,7 +25,7 @@ }, "KSP_VERSION_MAX":{ "MAJOR":1, - "MINOR":5, + "MINOR":6, "PATCH":8 } } diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 7155781..4a72a43 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -10,5 +10,5 @@ [assembly: AssemblyTrademark ("")] [assembly: AssemblyCulture ("")] -[assembly: AssemblyVersion ("1.0.1.0")] +[assembly: AssemblyVersion ("1.0.2.0")] [assembly: KSPAssembly("CommunityTraitIcons", 1, 0)]