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 b9b24f3 commit 9d5905e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.2.0"
version = "0.3.0"
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.2.0", path = "../melody_compiler" }
melody_compiler = { version = "0.3.0", 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.2.0"
version = "0.3.0"
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.2.0"
version = "0.3.0"
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.2.0", path = "../melody_compiler" }
melody_compiler = { version = "0.3.0", path = "../melody_compiler" }
Binary file modified playground/src/wasm/melody_wasm_bg.wasm
Binary file not shown.

0 comments on commit 9d5905e

Please sign in to comment.