summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2013-09-30 10:58:08 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2013-09-30 10:58:08 +0100
commit468c60360dc50b400119d12a30a368a2e9d19f7c (patch)
treebbbf427f0cfb5b59c7d76a1248d7bd76f815a0dc
parentf284b1e1e670bc3c154eba1f9e1c209c6176c3bb (diff)
Fix a colour control code
-rw-r--r--blatube.rb2
-rw-r--r--line_colours.yaml2
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: '<Ctrl>-c1,13'
+Hammersmith \x03 City: '\x031,13'
Jubilee: '\x030,14'
Metropolitan: '\x030,6'
Northern: '\x030,1'