Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 4, 2021
1 parent fa04345 commit 341b9e0
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Any node can be queried to provide its current metadata. This can be displayed i

### Using Cargo

cargo install --locked --git https://github.com/chevdor/subwasm --tag v0.16.0
cargo install --locked --git https://github.com/chevdor/subwasm --tag v0.16.1

### Homebrew

Expand All @@ -51,15 +51,15 @@ MacOS Homebrew users can use:

### Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.16.0/subwasm_linux_amd64_v0.16.0 -O subwasm.deb
wget https://github.com/chevdor/subwasm/releases/download/v0.16.1/subwasm_linux_amd64_v0.16.1 -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help

## Usage

### Command: --help

subwasm 0.16.0
subwasm 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down Expand Up @@ -89,7 +89,7 @@ MacOS Homebrew users can use:

### Command: get

subwasm-get 0.16.0
subwasm-get 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down Expand Up @@ -123,7 +123,7 @@ MacOS Homebrew users can use:

### Command: info

subwasm-info 0.16.0
subwasm-info 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down Expand Up @@ -152,7 +152,7 @@ MacOS Homebrew users can use:

### Command: meta

subwasm-metadata 0.16.0
subwasm-metadata 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down Expand Up @@ -185,7 +185,7 @@ MacOS Homebrew users can use:

### Command: diff

subwasm-diff 0.16.0
subwasm-diff 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down Expand Up @@ -213,7 +213,7 @@ MacOS Homebrew users can use:

### Command: compress

subwasm-compress 0.16.0
subwasm-compress 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand All @@ -234,7 +234,7 @@ MacOS Homebrew users can use:

### Command: decompress

subwasm-decompress 0.16.0
subwasm-decompress 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion README_src.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:toc: right
:prj: pass:q[`subwasm`]
:cmd: subwasm
:version: v0.16.0
:version: v0.16.1

image::https://github.com/chevdor/subwasm/actions/workflows/quick-check.yml/badge.svg?branch=master[link="https://github.com/chevdor/subwasm/actions/workflows/quick-check.yml"]

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "subwasm"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.16.0"
version = "0.16.1"

[dependencies]
assert_cmd = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion doc/usage.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm 0.16.0
subwasm 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_compress.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-compress 0.16.0
subwasm-compress 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_decompress.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-decompress 0.16.0
subwasm-decompress 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_diff.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-diff 0.16.0
subwasm-diff 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_get.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-get 0.16.0
subwasm-get 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_info.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-info 0.16.0
subwasm-info 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion doc/usage_meta.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subwasm-metadata 0.16.0
subwasm-metadata 0.16.1

chevdor <chevdor@gmail.com>:Wilfried Kopp <wilfried@parity.io

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "subwasmlib"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.16.0"
version = "0.16.1"

[dependencies]
calm_io = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion libs/ipfs-hasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Wilfried Kopp <wilfried@parity.io>"]
edition = "2021"
license = "MIT"
name = "ipfs-hasher"
version = "0.16.0"
version = "0.16.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion libs/substrate-differ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2021"
license = "MIT"
name = "substrate-differ"
version = "0.16.0"
version = "0.16.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion libs/substrate-runtime-proposal-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "substrate-runtime-proposal-hash"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.16.0"
version = "0.16.1"

[dependencies]
blake2 = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion libs/wasm-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "wasm-loader"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.16.0"
version = "0.16.1"

[dependencies]
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion libs/wasm-testbed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "wasm-testbed"
readme = "README.md"
repository = "https://github.com/chevdor/subwasm"
version = "0.16.0"
version = "0.16.1"

[dependencies]
frame-metadata = {version = "14", package = "frame-metadata", features = ["v12", "v13", "v14", "std"]}
Expand Down

0 comments on commit 341b9e0

Please sign in to comment.