From b86838c2b088ab7c7d80b6103a5fa59d6172ce10 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 21 Aug 2016 05:00:27 +0900 Subject: 0.13.5 --- src/constants.go | 2 +- src/update_assets.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/constants.go b/src/constants.go index 74c59fa6..c0410863 100644 --- a/src/constants.go +++ b/src/constants.go @@ -8,7 +8,7 @@ import ( const ( // Current version - version = "0.13.4" + version = "0.13.5" // Core coordinatorDelayMax time.Duration = 100 * time.Millisecond diff --git a/src/update_assets.rb b/src/update_assets.rb index c849f9ec..2fd9edc2 100755 --- a/src/update_assets.rb +++ b/src/update_assets.rb @@ -2,6 +2,7 @@ # http://www.rubydoc.info/github/rest-client/rest-client/RestClient require 'rest_client' +require 'json' if ARGV.length < 3 puts "usage: #$0 " -- cgit v1.2.3