Skip to content

Commit

Permalink
Bump to version 1.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Barboris committed Jan 18, 2022
1 parent 2b2dd5b commit 556d5d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AtmosphereAutopilot/AtmosphereAutopilot.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"VERSION" : {
"MAJOR" : 1,
"MINOR" : 5,
"PATCH" : 17,
"PATCH" : 18,
"BUILD" : 0
},
"KSP_VERSION" : {
"MAJOR" : 1,
"MINOR" : 12,
"PATCH" : 1
"PATCH" : 3
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
Expand Down
6 changes: 3 additions & 3 deletions AtmosphereAutopilot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AtmosphereAutopilot")]
[assembly: AssemblyCopyright("Copyright © 2015-2021")]
[assembly: AssemblyCopyright("Copyright © 2015-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// 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.5.17.0")]
[assembly: AssemblyFileVersion("1.5.17.0")]
[assembly: AssemblyVersion("1.5.18.0")]
[assembly: AssemblyFileVersion("1.5.18.0")]
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cp ../../../UnityAssets/Result/atmosphereautopilotprefabs ./
cp * AtmosphereAutopilot/ || true
cp ../../../LICENSE LICENSE_AtmosphereAutopilot
cp ../../../KSPUpgradeScriptFix.dll ./
wget -nc https://ksp.sarbian.com/jenkins/job/ModuleManager/159/artifact/ModuleManager.4.1.4.dll
zip AtmosphereAutopilot.zip LICENSE_AtmosphereAutopilot ModuleManager.4.1.0.dll KSPUpgradeScriptFix.dll AtmosphereAutopilot/*
wget -nc https://ksp.sarbian.com/jenkins/job/ModuleManager/161/artifact/ModuleManager.4.2.1.dll
zip AtmosphereAutopilot.zip LICENSE_AtmosphereAutopilot ModuleManager.4.2.1.dll KSPUpgradeScriptFix.dll AtmosphereAutopilot/*

0 comments on commit 556d5d4

Please sign in to comment.