summaryrefslogtreecommitdiff
path: root/blatube.rb
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 /blatube.rb
parentf284b1e1e670bc3c154eba1f9e1c209c6176c3bb (diff)
Fix a colour control code
Diffstat (limited to 'blatube.rb')
-rw-r--r--blatube.rb2
1 files changed, 1 insertions, 1 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']