diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2013-09-30 10:58:08 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2013-09-30 10:58:08 +0100 |
commit | 468c60360dc50b400119d12a30a368a2e9d19f7c (patch) | |
tree | bbbf427f0cfb5b59c7d76a1248d7bd76f815a0dc /blatube.rb | |
parent | f284b1e1e670bc3c154eba1f9e1c209c6176c3bb (diff) |
Fix a colour control code
Diffstat (limited to 'blatube.rb')
-rw-r--r-- | blatube.rb | 2 |
1 files changed, 1 insertions, 1 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'] |