Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Feb 13, 2023
1 parent a3412e0 commit 7ccda14
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.15.0"
version = "0.16.0"
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
edition = "2021"
rust-version = "1.66"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options

```bash
$ wasmer run libymfm-cli.wasm -- -h
libymfm-cli 0.15.0
libymfm-cli 0.16.0
Hiromasa Tanaka <h1romas4@gmail.com>
libymfm CLI

Expand Down
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.15.0"
version = "0.16.0"
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
description = "libymfm CLI"
edition = "2021"
Expand Down
Binary file modified examples/python/src/wasm/libymfm.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.76784771.js → public/index.075f4c9b.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@h1romas4"><meta name="twitter:creator" content="@h1romas4"><meta name="twitter:title" content="WebAssembly VGM Player"><meta name="twitter:description" content="Retro synthesizer on the Web browser using WebAssembly"><meta name="twitter:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:title" content="WebAssembly VGM Player"><meta property="og:url" content="https://chipstream.netlify.app/"><meta property="og:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:description" content="Retro synthesizer on the Web browser using WebAssembly"><link rel="stylesheet" href="/index.85a8807b.css"><title>WebAssembly VGM Player</title></head><body> <div> <div id="link"><a target="_blank" href="https://github.com/h1romas4/libymfm.wasm">GitHub Repos</a></div> <canvas id="screen"></canvas> </div> <script type="module" src="/index.76784771.js"></script> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@h1romas4"><meta name="twitter:creator" content="@h1romas4"><meta name="twitter:title" content="WebAssembly VGM Player"><meta name="twitter:description" content="Retro synthesizer on the Web browser using WebAssembly"><meta name="twitter:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:title" content="WebAssembly VGM Player"><meta property="og:url" content="https://chipstream.netlify.app/"><meta property="og:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:description" content="Retro synthesizer on the Web browser using WebAssembly"><link rel="stylesheet" href="/index.85a8807b.css"><title>WebAssembly VGM Player</title></head><body> <div> <div id="link"><a target="_blank" href="https://github.com/h1romas4/libymfm.wasm">GitHub Repos</a></div> <canvas id="screen"></canvas> </div> <script type="module" src="/index.075f4c9b.js"></script> </body></html>
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7ccda14

Please sign in to comment.