Skip to content

Commit

Permalink
update ymfm 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Jul 9, 2022
1 parent 9445bbf commit f446038
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libymfm"
version = "0.10.2"
version = "0.11.0"
authors = ["Hiromasa Tanaka <[email protected]>"]
edition = "2021"
rust-version = "1.61"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ Source code:
## WASI Commnad Line Interface

- Install [Wasmer](https://wasmer.io/) runtime
- Download [libymfm-cli.wasm](https://github.com/h1romas4/libymfm.wasm/releases/tag/v0.10.2) from pre-build release
- Download [libymfm-cli.wasm](https://github.com/h1romas4/libymfm.wasm/releases/tag/v0.11.0) from pre-build release

Options

```
$ wasmer run libymfm-cli.wasm -- -h
libymfm-cli 0.10.2
libymfm-cli 0.11.0
Hiromasa Tanaka <[email protected]>
libymfm CLI
Expand Down
4 changes: 2 additions & 2 deletions examples/libymfm-cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion examples/libymfm-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libymfm-cli"
version = "0.10.2"
version = "0.11.0"
authors = ["Hiromasa Tanaka <[email protected]>"]
description = "libymfm CLI"
edition = "2021"
Expand Down

0 comments on commit f446038

Please sign in to comment.