Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
update version to v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshishuo committed Apr 14, 2021
1 parent d78ef66 commit 6d18afe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -43,4 +43,4 @@ serial_test_derive = "0.2"
tempfile = "3"

[features]
vendored-openssl = ['openssl/vendored']
vendored-openssl = ['openssl/vendored']
4 changes: 2 additions & 2 deletions installer/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssvmup",
"version": "0.1.20",
"version": "0.1.21",
"description": "SSVM ready tool",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit 6d18afe

Please sign in to comment.