Skip to content

Commit

Permalink
Release 3.3.3.3 (Lisias) for KSP 1.3 & 1.4 & 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Nov 19, 2018
1 parent 7a72bdd commit 5542356
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 45 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Kerbal Joint Reinforcement /L :: Changes

* 2018-1114: 3.3.3.2 (lisias) for KSP 1.4.1+; 1.5
* 2018-1119: 3.3.3.3 (lisias) for KSP 1.3 & 1.4 & 1.5
+ Allowing KJR to run on 1.5 series.
- For future laughing: https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/issues/1
* 2018-0820: 3.3.3.2 (lisias) for KSP 1.3 & 1.4
+ Merging linuxgurugamer's merge from meirumeiru's code
+ Project reworked for Multi KSP Versions support
+ Adding [KSPe](https://github.com/net-lisias-ksp/KSPAPIExtensions) dependency.
* 2018-0819: 3.3.3.1 (lisias) for KSP 1.3.1
+ Moving configuration/settings files to <KSP_ROOT>/PluginData
+ Added hard dependency for [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions).
6 changes: 4 additions & 2 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Kerbal Joint Reinforcement /L :: Change Log

* 2018-1114: 3.3.3.2 (lisias) for KSP 1.4.1+; 1.5
* 2018-1119: 3.3.3.3 (lisias) for KSP 1.3 & 1.4 & 1.5
+ Allowing KJR to run on 1.5 series.
- For future laughing: https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/issues/1
* 2018-0820: 3.3.3.2 (lisias) for KSP 1.3 & 1.4
+ Merging linuxgurugamer's merge from meirumeiru's code
+ Project reworked for Multi KSP Versions support
+ Adding [KSPe](https://github.com/net-lisias-ksp/KSPAPIExtensions) dependency.
* 2018-0819: 3.3.3.1 (lisias) for KSP 1.3.1
+ Moving configuration/settings files to <KSP_ROOT>/PluginData
+ Added hard dependency for [KSP API Extensions/L](https://github.com/net-lisias-ksp/KSPAPIExtensions).
Expand Down
16 changes: 3 additions & 13 deletions KerbalJointReinforcement-1.3.1.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@
"NAME": "Kerbal Joint Reinforcement /L",
"URL": "https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/KerbalJointReinforcement-1.3.1.version",
"DOWNLOAD": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/releases",
"CHANGE_LOG": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/blob/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/CHANGES.md",
"GITHUB":{
"USERNAME":"net-lisias-ksp",
"REPOSITORY":"Kerbal-Joint-Reinforcement",
"ALLOW_PRE_RELEASE":false
},
"CHANGE_LOG": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/blob/master/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/master/CHANGES.md",
"VERSION":{
"MAJOR":3,
"MINOR":3,
"PATCH":3,
"BUILD":2
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":3,
"PATCH":1
"BUILD":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
18 changes: 4 additions & 14 deletions KerbalJointReinforcement-1.4.1.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@
"NAME": "Kerbal Joint Reinforcement /L",
"URL": "https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/KerbalJointReinforcement-1.4.1.version",
"DOWNLOAD": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/releases",
"CHANGE_LOG": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/blob/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/CHANGES.md",
"GITHUB":{
"USERNAME":"net-lisias-ksp",
"REPOSITORY":"Kerbal-Joint-Reinforcement",
"ALLOW_PRE_RELEASE":false
},
"CHANGE_LOG": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/blob/master/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/master/CHANGES.md",
"VERSION":{
"MAJOR":3,
"MINOR":3,
"PATCH":3,
"BUILD":2
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":4,
"PATCH":1
"BUILD":3
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -27,7 +17,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":4,
"MINOR":5,
"PATCH":99
}
}
18 changes: 4 additions & 14 deletions KerbalJointReinforcement.version
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@
"NAME": "Kerbal Joint Reinforcement /L",
"URL": "https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/KerbalJointReinforcement-${KSPV}.version",
"DOWNLOAD": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/releases",
"CHANGE_LOG": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/blob/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/CHANGES.md",
"GITHUB":{
"USERNAME":"net-lisias-ksp",
"REPOSITORY":"Kerbal-Joint-Reinforcement",
"ALLOW_PRE_RELEASE":false
},
"CHANGE_LOG": "https://github.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/blob/master/CHANGE_LOG.md",
"CHANGE_LOG_URL":"https://raw.githubusercontent.com/net-lisias-ksp/Kerbal-Joint-Reinforcement/master/CHANGES.md",
"VERSION":{
"MAJOR":3,
"MINOR":3,
"PATCH":3,
"BUILD":2
},
"KSP_VERSION":{
"MAJOR":${KSPA[0]},
"MINOR":${KSPA[1]},
"PATCH":${KSPA[2]}
"BUILD":3
},
"KSP_VERSION_MIN":{
"MAJOR":${KSPA[0]},
Expand All @@ -27,7 +17,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":${KSPA[0]},
"MINOR":${KSPA[1]},
"MINOR":${KSPA[2]},
"PATCH":99
}
}
Expand Down

0 comments on commit 5542356

Please sign in to comment.