Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jun 24, 2024
1 parent 7736a98 commit 158f55d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions GameData/Astrogator/Astrogator-Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ KERBALCHANGELOG
website = forum.kerbalspaceprogram.com/index.php?/topic/155998-Astrogator
showChangelog = True
VERSION
{
version = 1.0.1
versionName = Vanish in black smoke
versionKSP = 1.12
}
VERSION
{
version = 1.0.0
versionName = Quite a show
Expand Down
2 changes: 1 addition & 1 deletion GameData/Astrogator/Astrogator.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
"PATCH": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("HebaruSan")]
[assembly: AssemblyProduct("Astrogator")]
[assembly: AssemblyCopyright("Copyright © 2017-2022")]
[assembly: AssemblyCopyright("Copyright © 2017-2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -28,6 +28,6 @@
//
// 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: KSPAssembly("Astrogator", 1, 0)]

0 comments on commit 158f55d

Please sign in to comment.