diff options
-rw-r--r-- | blatube.rb | 2 | ||||
-rw-r--r-- | line_colours.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: '<Ctrl>-c1,13' +Hammersmith \x03 City: '\x031,13' Jubilee: '\x030,14' Metropolitan: '\x030,6' Northern: '\x030,1' |