Skip to content

Commit

Permalink
Version upgrade for release
Browse files Browse the repository at this point in the history
  • Loading branch information
GER-Space committed Jan 20, 2019
1 parent 5f03a73 commit 2450b60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified GameData/KerbalKonstructs/KerbalKonstructs.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GameData/KerbalKonstructs/KerbalKonstructs.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"MAJOR":1,
"MINOR":4,
"PATCH":5,
"BUILD":47
"BUILD":50
},
"KSP_VERSION":
{
Expand Down
1 change: 1 addition & 0 deletions src/KerbalKonstructs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<Compile Include="Core\MapDecals\MapDecalUtils.cs" />
<Compile Include="Core\SpaceCenters\ScExtention.cs" />
<Compile Include="Core\SquadStatics.cs" />
<Compile Include="Core\StaticGroup\BuiltinCenters.cs" />
<Compile Include="Core\StaticGroup\GroupCenter.cs" />
<Compile Include="Core\StaticModels\ModelVariant.cs" />
<Compile Include="Core\StaticObjects\StaticModules\AdvTextures\AdvTextures.cs" />
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.4.5.48")]
[assembly: AssemblyInformationalVersion("1.4.5.48")]
[assembly: AssemblyFileVersion("1.4.5.50")]
[assembly: AssemblyInformationalVersion("1.4.5.50")]
[assembly: KSPAssembly("KerbalKonstructs", 0, 9)]

0 comments on commit 2450b60

Please sign in to comment.