From 4ee5c03cd144be2b0292473077db57907cbdbc48 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Wed, 15 Feb 2017 20:44:09 +0000 Subject: [PATCH] Bump version --- ChangeLog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index f2ee4160..bc978526 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,8 @@ #2.2.16 * Fix 'Extreme' blueprint roll where some incorrect ranges were chosen + * Use coriolis-data 2.2.16: + * Fix incorrect thermal load modifiers for dirty drives + * Provide explicit information about if values are higher numeric value == better or not #2.2.15 * Ensure that standard slots are repainted when any component changes diff --git a/package.json b/package.json index 6c4627ce..3db4ab44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "2.2.16b", + "version": "2.2.16", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis"