Skip to content

Commit 7ccda14

Browse files
committed
bump version
1 parent a3412e0 commit 7ccda14

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libymfm"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.66"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Options
6767

6868
```bash
6969
$ wasmer run libymfm-cli.wasm -- -h
70-
libymfm-cli 0.15.0
70+
libymfm-cli 0.16.0
7171
Hiromasa Tanaka <h1romas4@gmail.com>
7272
libymfm CLI
7373

examples/libymfm-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libymfm-cli"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
55
description = "libymfm CLI"
66
edition = "2021"

examples/python/src/wasm/libymfm.wasm

-2 Bytes
Binary file not shown.

public/index.76784771.js renamed to public/index.075f4c9b.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.76784771.js.map renamed to public/index.075f4c9b.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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>
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.075f4c9b.js"></script> </body></html>
Binary file not shown.

public/wgm_worker.c6cb2bd7.js renamed to public/wgm_worker.9daa7062.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/wgm_worker.c6cb2bd7.js.map renamed to public/wgm_worker.9daa7062.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)