Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoav-lavi committed Feb 22, 2022
1 parent d04f6b1 commit 8028db5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/melody_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A CLI wrapping the Melody language compiler"
homepage = "https://github.com/yoav-lavi/melody"
repository = "https://github.com/yoav-lavi/melody"
readme = "README.md"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.58.0"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ keywords = ["melody", "melodylang"]
[dependencies]
clap = { version = "3.0.7", features = ["derive"] }
colored = "2.0.0"
melody_compiler = { version = "0.4.0", path = "../melody_compiler" }
melody_compiler = { version = "0.4.1", path = "../melody_compiler" }

[[bin]]
name = "melody"
Expand Down
2 changes: 1 addition & 1 deletion crates/melody_compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "The Melody language compiler"
homepage = "https://github.com/yoav-lavi/melody"
repository = "https://github.com/yoav-lavi/melody"
readme = "README.md"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.58.0"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/melody_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "melody_wasm"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.58.0"
description = "WASM bindings for the Melody language compiler"
Expand All @@ -13,4 +13,4 @@ crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2"
melody_compiler = { version = "0.4.0", path = "../melody_compiler" }
melody_compiler = { version = "0.4.1", path = "../melody_compiler" }
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<div class="header-container">
<h1 class="header">Melody Playground</h1>
<div class="version">melody_compiler v0.4.0</div>
<div class="version">melody_compiler v0.4.1</div>
</div>
<div class="parent-container">
<noscript class="noscript"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
Binary file modified playground/src/wasm/melody_wasm_bg.wasm
Binary file not shown.

0 comments on commit 8028db5

Please sign in to comment.