Skip to content

Commit

Permalink
add 0.1.3.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
heshuchao committed Apr 24, 2023
1 parent ac2dba7 commit ae4728a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rm -rf bin
```
* Get the latest version of the binary file

[v0.1.3.0](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.0/mvc.tar.gz)
[v0.1.3.1](https://github.com/mvc-labs/mvc-mining-instruction/releases/download/v0.1.3.1/mvc.tar.gz)

* Unzip the node binary to user's directory
```
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ NODE_DATA_DIR="node_data_dir"
NET_CHOOSE=
INIT_PARAMS=
VERSION_CHOOSE=
VERSION_LATEST="v0.1.3.0"
VERSION_LATEST="v0.1.3.1"
TEMP_DIR=
RPC_USERNAME=""
RPC_PASSWORD=""
dependencies_array=("build-essential" "libtool" "autotools-dev" "automake" "pkg-config" "libssl-dev" "libevent-dev" "bsdmainutils" "libboost-system-dev" "libboost-filesystem-dev" "libboost-chrono-dev" "libboost-program-options-dev" "libboost-test-dev" "libboost-thread-dev" "libdb-dev" "libdb++-dev" "libczmq-dev")
version_history=("v0.1.3.0" "v0.1.2.0")
version_history=("v0.1.3.1" "v0.1.3.0" "v0.1.2.0")

ensure() {
if ! "$@"; then err "command $*" "failed" ; fi
Expand Down

0 comments on commit ae4728a

Please sign in to comment.