From 468c60360dc50b400119d12a30a368a2e9d19f7c Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 30 Sep 2013 10:58:08 +0100 Subject: Fix a colour control code --- blatube.rb | 2 +- line_colours.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blatube.rb b/blatube.rb index 1930db5..14fd7b3 100644 --- a/blatube.rb +++ b/blatube.rb @@ -14,7 +14,7 @@ require 'json' debug = false help = false ops = nil -VERSION = 'v1.3.0' +VERSION = 'v1.3.1' INFINITY = 1 << 64 WEIGHTS = ['distance','peak_time','off_peak_time','unimpeded_time'] diff --git a/line_colours.yaml b/line_colours.yaml index 868a752..87bf4ea 100644 --- a/line_colours.yaml +++ b/line_colours.yaml @@ -2,7 +2,7 @@ Bakerloo: '' Central: '\x030,5' Circle: '\x031,8' District: '\x030,3' -Hammersmith \x03 City: '-c1,13' +Hammersmith \x03 City: '\x031,13' Jubilee: '\x030,14' Metropolitan: '\x030,6' Northern: '\x030,1' -- cgit v1.2.3