From 78633301060350f57c2da1fd8782a770b0d012fd Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 31 Oct 2017 17:00:00 +0000 Subject: [PATCH] Bumps --- ChangeLog.md | 3 +++ dist/index.js | 4 ++++ dist/index.json | 4 ++++ package.json | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 069880f..348a57e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +#2.4.1 + * Config Fix + #2.4.0 * Added Repair Limpet Computers diff --git a/dist/index.js b/dist/index.js index e1109ee..f210735 100644 --- a/dist/index.js +++ b/dist/index.js @@ -22457,6 +22457,10 @@ module.exports = { blueprints: {}, modifications: [] }, + rpl: { + blueprints: {}, + modifications: [] + }, cs: { blueprints: { Sensor_CargoScanner_FastScan: { diff --git a/dist/index.json b/dist/index.json index eddbcd4..3fc5a0b 100644 --- a/dist/index.json +++ b/dist/index.json @@ -30200,6 +30200,10 @@ "blueprints": {}, "modifications": [] }, + "rpl": { + "blueprints": {}, + "modifications": [] + }, "cs": { "blueprints": { "Sensor_CargoScanner_FastScan": { diff --git a/package.json b/package.json index b4950b9..1e522a1 100644 --- a/package.json +++ b/package.json @@ -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"