Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jul 9, 2018
1 parent 1dea032 commit 5dda7b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.9.3
1.9.4
Thanks to github & forum user @jefftimlin for this fix:
The BiomeFilter class attempted to generate a clean biome texture for the purposes of more accurate biome detection,
however it's expensive and complicated. Completely removed all of the complex code from this class to avoid the threading
Expand All @@ -9,6 +9,10 @@
Added Collect All button to collect all science into any/all containers


1.9.3
Added two colors to the buttons:
Yellow if the experiment needs to be reset before rerunning it
Red if the experiment cannot be reset

1.9.2.3
Official release
Expand Down
2 changes: 1 addition & 1 deletion GameData/ScienceAlert/ScienceAlert.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 9,
"PATCH": 3,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION": {
Expand Down
2 changes: 1 addition & 1 deletion ScienceAlert.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 9,
"PATCH": 3,
"PATCH": 4,
"BUILD": 0
},
"KSP_VERSION": {
Expand Down
2 changes: 1 addition & 1 deletion Source/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.9.3.0")]
[assembly: AssemblyVersion("1.9.4.0")]

0 comments on commit 5dda7b2

Please sign in to comment.