Skip to content

Commit

Permalink
Updated versoin
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
linuxgurugamer committed Mar 18, 2019
1 parent 7997f78 commit 2af8ba6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion ChangeLog.txt
Expand Up @@ -111,4 +111,12 @@ For all the following, VERSION < remote VERSION. The following cases should al

1.3.0.2
Disabled the STRICT_VERSION with a compile-time setting. To enable it, add STRICT to the conditional compilation symbols
Added Sorting for mod names and version numbers.
Added Sorting for mod names and version numbers.

1.3.0.3
Moved default values to addon list
Added toggle button to hide the default values (Advanced Settings)
Decent highlighting of addons on the ignore list (bold and italic)
Fixed: Issue during text input validation
Fixed: Windows don't close after loading a savegame
Some internal code changes (CompatibilityState)
2 changes: 1 addition & 1 deletion GameData/KSP-AVC/KSP-AVC.version
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion KSP-AVC.version
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 3,
"PATCH": 0,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion KSP-AVC/AssemblyVersion.cs
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.3.0.2")]
[assembly: AssemblyVersion("1.3.0.3")]

0 comments on commit 2af8ba6

Please sign in to comment.