diff --git a/Cargo.lock b/Cargo.lock index 0e2f994..4bc8901 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1818,7 +1818,7 @@ dependencies = [ [[package]] name = "ssvmup" -version = "0.1.20" +version = "0.1.21" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index b240bab..c7b4fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssvmup" -version = "0.1.20" +version = "0.1.21" authors = ["wangshishuo"] repository = "https://github.com/second-state/ssvmup.git" license = "MIT/Apache-2.0" @@ -43,4 +43,4 @@ serial_test_derive = "0.2" tempfile = "3" [features] -vendored-openssl = ['openssl/vendored'] \ No newline at end of file +vendored-openssl = ['openssl/vendored'] diff --git a/installer/init.sh b/installer/init.sh index 506f3df..ea708c1 100644 --- a/installer/init.sh +++ b/installer/init.sh @@ -15,7 +15,7 @@ set -u -UPDATE_ROOT="https://github.com/second-state/ssvmup/releases/download/v0.1.20" +UPDATE_ROOT="https://github.com/second-state/ssvmup/releases/download/v0.1.21" main() { downloader --check @@ -43,7 +43,7 @@ main() { which rustup > /dev/null 2>&1 need_ok "failed to find Rust installation, is rustup installed?" local _rustup=`which rustup` - local _tardir="ssvmup-v0.1.20-${_arch}" + local _tardir="ssvmup-v0.1.21-${_arch}" local _url="$UPDATE_ROOT/${_tardir}.tar.gz" local _dir="$(mktemp -d 2>/dev/null || ensure mktemp -d -t ssvmup)" local _file="$_dir/input.tar.gz" diff --git a/npm/package.json b/npm/package.json index 308a1c7..145f730 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "ssvmup", - "version": "0.1.20", + "version": "0.1.21", "description": "SSVM ready tool", "main": "binary.js", "scripts": {