Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Nov 9, 2022
1 parent d976a43 commit 3b1a6cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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.0
versionName = Quite a show
versionKSP = 1.12
}
VERSION
{
version = 0.10.5
versionName = Obviously harmless
Expand Down
8 changes: 4 additions & 4 deletions GameData/Astrogator/Astrogator.version
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"NAME": "Astrogator",
"URL": "https://raw.githubusercontent.com/HebaruSan/Astrogator/master/GameData/Astrogator/Astrogator.version",
"DOWNLOAD" : "https://github.com/HebaruSan/Astrogator/releases",
"DOWNLOAD": "https://github.com/HebaruSan/Astrogator/releases",
"GITHUB": {
"USERNAME": "HebaruSan",
"REPOSITORY": "Astrogator",
"ALLOW_PRE_RELEASE": false
},
"VERSION": {
"MAJOR": 0,
"MINOR": 10,
"PATCH": 5
"MAJOR": 1,
"MINOR": 0,
"PATCH": 0
},
"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 @@ -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("0.10.5.0")]
[assembly: AssemblyFileVersion("0.10.5.0")]
[assembly: KSPAssembly("Astrogator", 0, 10)]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: KSPAssembly("Astrogator", 1, 0)]

0 comments on commit 3b1a6cc

Please sign in to comment.