Skip to content

Commit

Permalink
Prep for v12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Apr 3, 2018
1 parent 766898a commit 32bff1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RealFuels/Readme_RF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ AN OVERVIEW OF FUEL TYPES AND TANK TYPES AND TECH LEVELS/ENGINE TYPES AND UPGRAD
==========
Changelog:

v12.5.0

* Fix vesion checker which reported KSP 1.3.1 as incompatible
* Implement new entry cost system for RP-0/1
* Disable thrust limiter when no throttling
* Implement min and max utilization support on tanks

v12.4.1

* Don't double heat flux (workaround which is no longer necessary in KSP 1.3.1)
Expand Down
4 changes: 2 additions & 2 deletions RealFuels/RealFuels.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"URL": "https://raw.githubusercontent.com/NathanKell/ModularFuelSystem/master/RealFuels/RealFuels.version",
"VERSION": {
"MAJOR": 12,
"MINOR": 4,
"PATCH": 1
"MINOR": 5,
"PATCH": 0
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down

0 comments on commit 32bff1f

Please sign in to comment.