Skip to content

Commit

Permalink
Release 0.0.4.1 (LisiasT) for KSP >= 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Oct 2, 2020
1 parent 50d3263 commit 0750e12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# TweakScale Companion :: Near Future Add'Ons :: Changes

* 2020-1001: 0.0.4.1 (Lisias) for KSP >= 1.3
+ Fixing a master bork on dependencies
- Coding late night when you should be sleeping can be dangerous sometimes.
* 2020-0927: 0.0.4.0 (Lisias) for KSP >= 1.3
+ Another batch of patch revisions
- Added missing Scale Exponents
Expand Down
3 changes: 3 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# TweakScale Companion :: Near Future Add'Ons :: Change Log

* 2020-1001: 0.0.4.1 (Lisias) for KSP >= 1.3
+ Fixing a master bork on dependencies
- Coding late night when you should be sleeping can be dangerous sometimes.
* 2020-0927: 0.0.4.0 (Lisias) for KSP >= 1.3
+ Another batch of patch revisions
- Added missing Scale Exponents
Expand Down
4 changes: 2 additions & 2 deletions Source/TweakScaleCompanion_NF/Properties/Version.tt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ namespace <#= PROJECT_NAME #>
public const int build = <#= build #>;
public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
#if DEBUG
public const string Text = Number + " /L Beta DEBUG";
public const string Text = Number + " /L RC DEBUG";
#else
public const string Text = Number + " /L Beta";
public const string Text = Number + " /L RC";
#endif
}
}
2 changes: 1 addition & 1 deletion TweakScaleCompanion.NF.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":0,
"MINOR":0,
"PATCH":4,
"BUILD":0
"BUILD":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down

0 comments on commit 0750e12

Please sign in to comment.