From 158f55d091c6dcbcda81c12920eb34ee0de1af20 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sun, 23 Jun 2024 20:33:08 -0500 Subject: [PATCH] Update version to 1.0.1 --- GameData/Astrogator/Astrogator-Changelog.cfg | 6 ++++++ GameData/Astrogator/Astrogator.version | 2 +- Source/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/GameData/Astrogator/Astrogator-Changelog.cfg b/GameData/Astrogator/Astrogator-Changelog.cfg index 8c1d5b4..8fbafb3 100644 --- a/GameData/Astrogator/Astrogator-Changelog.cfg +++ b/GameData/Astrogator/Astrogator-Changelog.cfg @@ -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 diff --git a/GameData/Astrogator/Astrogator.version b/GameData/Astrogator/Astrogator.version index 3ea9147..c4869ea 100644 --- a/GameData/Astrogator/Astrogator.version +++ b/GameData/Astrogator/Astrogator.version @@ -10,7 +10,7 @@ "VERSION": { "MAJOR": 1, "MINOR": 0, - "PATCH": 0 + "PATCH": 1 }, "KSP_VERSION_MIN": { "MAJOR": 1, diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 40ccd73..1e52a64 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -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("")] @@ -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)]