Skip to content

Commit

Permalink
Prep for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed May 26, 2016
1 parent 9210177 commit aa6cc31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 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.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

[assembly: KSPAssembly("B9PartSwitch", 1, 2)]
[assembly: KSPAssembly("B9PartSwitch", 1, 3)]
2 changes: 1 addition & 1 deletion GameData/B9PartSwitch/B9PartSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"VERSION": {
"MAJOR": 1,
"MINOR": 2,
"MINOR": 3,
"PATCH": 0
},
"KSP_VERSION": {
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ This plugin is distributed under [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.

## Changelog

### v1.3.0

* Do not destroy incompatible fuel switchers. Instead, disable fuel switching
* Allow part's crash tolerance to be edited
* Add info module to display changes to part in the info window. Only displays things that can be changed.
* Various internal changes

### v1.2.0

* Support TweakScale integration
Expand Down

0 comments on commit aa6cc31

Please sign in to comment.