From 0869230b13d50aca39a90359ae6749dd6e5e8159 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Thu, 8 Oct 2015 15:32:01 -0700 Subject: [PATCH] Fix to standard fit all class B. Closes #103 --- app/views/page-outfit.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/page-outfit.html b/app/views/page-outfit.html index 1ccee8f4..25f34f4d 100644 --- a/app/views/page-outfit.html +++ b/app/views/page-outfit.html @@ -103,7 +103,7 @@

  • E
  • D
  • C
  • -
  • B
  • +
  • B
  • A
  • diff --git a/package.json b/package.json index dae847e7..4233a7be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "1.8.0", + "version": "1.8.1", "repository": { "type": "git", "url": "https://github.com/cmmcleod/coriolis"