From 5fd0056d77cd3257d80ba140884c4d9d74a205ff Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 4 Jun 2021 13:56:51 +0530 Subject: [PATCH] Dependency and version bump --- README.md | 4 ++-- shard.lock | 12 ++++++++---- shard.yml | 2 +- src/muse-dl.cr | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 12a6828..42ffd32 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ The following images are available: - `edge`: Run `muse-dl` against latest master. - `edge-static`: Get the pre-built static-binary against latest master. -- `v1.0.2`: Run `muse-dl` against the specific release. -- `v1.0.2-static`: Get the pre-built static binary against the specific release. +- `v1.3.1`: Run `muse-dl` against the specific release. +- `v1.3.1-static`: Get the pre-built static binary against the specific release. ## Requirements diff --git a/shard.lock b/shard.lock index 80ce5b8..571310c 100644 --- a/shard.lock +++ b/shard.lock @@ -2,17 +2,21 @@ version: 2.0 shards: crest: git: https://github.com/mamantoha/crest.git - version: 0.25.1 + version: 0.27.0 http-client-digest_auth: git: https://github.com/mamantoha/http-client-digest_auth.git - version: 0.4.0 + version: 0.6.0 + + http_proxy: + git: https://github.com/mamantoha/http_proxy.git + version: 0.8.0 myhtml: git: https://github.com/kostya/myhtml.git - version: 1.5.1 + version: 1.5.4 webmock: git: https://github.com/manastech/webmock.cr.git - version: 0.13.0+git.commit.bb3eab30f6c7d1fdc0a7ff14cd136d68e860d1a7 + version: 0.14.0+git.commit.42b347cdd64e13193e46167a03593944ae2b3d20 diff --git a/shard.yml b/shard.yml index 65b2b91..ceaf344 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: muse-dl -version: 1.3.0 +version: 1.3.1 authors: - Nemo diff --git a/src/muse-dl.cr b/src/muse-dl.cr index 8e8fd54..199bab7 100644 --- a/src/muse-dl.cr +++ b/src/muse-dl.cr @@ -7,7 +7,7 @@ require "./util.cr" require "file_utils" module Muse::Dl - VERSION = "1.3.0" + VERSION = "1.3.1" class Main def self.dl(parser : Parser)