Skip to content

Commit

Permalink
Prep v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ferram4 committed Jun 22, 2015
1 parent 17e2add commit ec6ac04
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"VERSION" : {
"MAJOR" : 3,
"MINOR" : 1,
"PATCH" : 3
"PATCH" : 4
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
Expand All @@ -19,7 +19,7 @@
"KSP_VERSION_MAX" : {
"MAJOR" : 1,
"MINOR" : 0,
"PATCH" : 2
"PATCH" : 3
}
}

Binary file not shown.
Binary file modified KerbalJointReinforcement/KerbalJointReinforcement.v12.suo
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Kerbal Joint Reinforcement, v3.1.3
Kerbal Joint Reinforcement, v3.1.4
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.1.3
Kerbal Joint Reinforcement, v3.1.4
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.1.3
Kerbal Joint Reinforcement, v3.1.4
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.1.3
Kerbal Joint Reinforcement, v3.1.4
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.1.3
Kerbal Joint Reinforcement, v3.1.4
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.1.2.0")]
[assembly: AssemblyFileVersion("3.1.2.0")]
[assembly: AssemblyVersion("3.1.4.0")]
[assembly: AssemblyFileVersion("3.1.4.0")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Kerbal Joint Reinforcement, v3.1.3
Kerbal Joint Reinforcement, v3.1.4
==========================

Physics stabilizer plugin for Kerbal Space Program
Expand Down Expand Up @@ -119,9 +119,14 @@ These types are currently not used, but removing the a in front of them will cau
***********************
****** CHANGELOG ******
***********************
v3.1.3
Features
v3.1.4
Misc
--Fixed issue with .version file and compatible KSP versions

v3.1.3
Features
--Updated compatibility for KSP 1.0

v3.1.2
Features
--Added code to slightly stiffen connections between symmetrically-connected parts attached to a central part; should reduce some physics weirdness
Expand Down

0 comments on commit ec6ac04

Please sign in to comment.