From 8a5d4a36bf3b7d32a1d4790904660425002df8e5 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 28 Nov 2016 16:51:24 +0000 Subject: [PATCH] Bumped revision --- ChangeLog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 86c40aa5..2cf6c679 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ #2.2.4 * Add shortlink for outfitting page + * Use coriolis-data 2.2.4: + * Fix incorrect ID for class 5 luxury passenger cabin + * Add damage type modifier + * Change modifications from simple strings to objects, to allow more data-driven behaviour + * Add special effects + * Modification tooltip now shows special effect #2.2.3 * Fix hull boost calculation - now shows correct % modifier and total armour diff --git a/package.json b/package.json index 40a09e70..e45460a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "2.2.3", + "version": "2.2.4", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis"