This commit is contained in:
Unknown
2017-10-31 17:00:00 +00:00
parent f9420dfaeb
commit 7863330106
4 changed files with 12 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

@@ -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"