diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-08-21 05:00:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-08-21 05:02:45 +0900 |
| commit | b86838c2b088ab7c7d80b6103a5fa59d6172ce10 (patch) | |
| tree | 7aa3f74156f7190f62589b6fa9247e527151dd7a /src | |
| parent | 1f7d1f9b151131a01f661b4be70aac068db17f93 (diff) | |
| download | fzf-b86838c2b088ab7c7d80b6103a5fa59d6172ce10.tar.gz | |
0.13.5
Diffstat (limited to 'src')
| -rw-r--r-- | src/constants.go | 2 | ||||
| -rwxr-xr-x | src/update_assets.rb | 1 |
2 files changed, 2 insertions, 1 deletions
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 <token> <version> <files...>" |
