Skip to content

Commit

Permalink
Merge branch 'release/2.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Aug 29, 2017
2 parents 51d011d + b3fd528 commit 0ba60d2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#2.3.7
* Fixed Orca mass-lock

#2.3.5
* Fix list of available blueprints for Point Defence
* Fix integrity values for class 6 power plants
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ module.exports = {
baseArmour: 220,
hardness: 55,
hullMass: 290,
masslock: 13,
masslock: 16,
pipSpeed: .08375,
luxuryCabins: true,
pitch: 25,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3426,7 +3426,7 @@
"baseArmour": 220,
"hardness": 55,
"hullMass": 290,
"masslock": 13,
"masslock": 16,
"pipSpeed": 0.08375,
"luxuryCabins": true,
"pitch": 25,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.3.6",
"version": "2.3.7",
"repository": {
"type": "git",
"url": "https://github.com/EDCD/coriolis-data"
Expand Down
2 changes: 1 addition & 1 deletion ships/orca.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"baseArmour": 220,
"hardness": 55,
"hullMass": 290,
"masslock": 13,
"masslock": 16,
"pipSpeed": 0.08375,
"luxuryCabins": true,
"pitch": 25,
Expand Down

0 comments on commit 0ba60d2

Please sign in to comment.