Skip to content

Commit

Permalink
Prep for 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ferram4 committed Oct 29, 2016
1 parent 36d62d1 commit ce5d08c
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION" : {
"MAJOR" : 3,
"MINOR" : 3,
"PATCH" : 0
"PATCH" : 1
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.3.0
Kerbal Joint Reinforcement, v3.3.1
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.3.0
Kerbal Joint Reinforcement, v3.3.1
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.3.0
Kerbal Joint Reinforcement, v3.3.1
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.3.0
Kerbal Joint Reinforcement, v3.3.1
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.3.0
Kerbal Joint Reinforcement, v3.3.1
Copyright 2015, Michael Ferrara, aka Ferram4
This file is part of Kerbal Joint Reinforcement.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.3.1.0")]
[assembly: AssemblyFileVersion("3.3.1.0")]
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kerbal Joint Reinforcement, v3.3.0
Kerbal Joint Reinforcement, v3.3.1
==========================

Physics stabilizer plugin for Kerbal Space Program
Expand Down Expand Up @@ -119,6 +119,10 @@ These types are currently not used, but removing the a in front of them will cau
***********************
****** CHANGELOG ******
***********************
v3.3.1
Bugfixes
--Fix a critical bug involving unphysical forces applied to vessels on load / unload of other vessels and SOI switches

v3.3.0
Features
--Recompile to fix for KSP 1.2
Expand Down

0 comments on commit ce5d08c

Please sign in to comment.