Merge branch 'develop'

This commit is contained in:
Unknown
2017-10-31 17:01:05 +00:00
5 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#2.4.1
* Config Fix
#2.4.0
* Added Repair Limpet Computers

4
dist/index.js vendored
View File

@@ -22457,6 +22457,10 @@ module.exports = {
blueprints: {},
modifications: []
},
rpl: {
blueprints: {},
modifications: []
},
cs: {
blueprints: {
Sensor_CargoScanner_FastScan: {

4
dist/index.json vendored
View File

@@ -30200,6 +30200,10 @@
"blueprints": {},
"modifications": []
},
"rpl": {
"blueprints": {},
"modifications": []
},
"cs": {
"blueprints": {
"Sensor_CargoScanner_FastScan": {

View File

@@ -1053,6 +1053,12 @@
"modifications": [
]
},
"rpl": {
"blueprints": {
},
"modifications": [
]
},
"cs": {
"blueprints": {
"Sensor_CargoScanner_FastScan": {

View File

@@ -1,6 +1,6 @@
{
"name": "coriolis-data",
"version": "2.4.0",
"version": "2.4.1",
"repository": {
"type": "git",
"url": "https://github.com/EDCD/coriolis-data"