Skip to content

Commit

Permalink
Prep for 1.1.4
Browse files Browse the repository at this point in the history
Also forgot to change KSP version in readme
  • Loading branch information
blowfishpro committed May 6, 2016
1 parent e947a2b commit 5ac7489
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions B9PartSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]

[assembly: KSPAssembly("B9PartSwitch", 1, 1)]
2 changes: 1 addition & 1 deletion GameData/B9PartSwitch/B9PartSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 1,
"PATCH": 3
"PATCH": 4
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
Binary file modified GameData/B9PartSwitch/Plugins/B9PartSwitch.dll
Binary file not shown.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This mod will not change anything by itself, but is designed to be used by other

## Requirements

* KSP version 1.1.1 (build 1250) is the only supported KSP version
* KSP version 1.1.2 (build 1260) is the only supported KSP version
* [ModuleManager](http://forum.kerbalspaceprogram.com/index.php?showtopic=50533) is required.

## Installation
Expand All @@ -30,6 +30,12 @@ This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.

## Changelog

### 1.1.4

* Don't remove FSfuelSwitch or InterstellarFuelSwitch if ModuleB9PartSwitch doesn't manage resources
* Defer rendering drag cubes until part has been attached (fixes flickering in editor)
* Avoid firing events multiple times

### 1.1.3

* Recompile against KSP 1.1.2
Expand Down

0 comments on commit 5ac7489

Please sign in to comment.