Skip to content

Commit

Permalink
update to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Nov 16, 2023
1 parent 943b64a commit 9ceea27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.1.0"
version = "0.2.0"
authors = ["yuma14"]
repository = "https://github.com/yuma140902/lmml"
license = "MIT OR Apache-2.0"
4 changes: 2 additions & 2 deletions lmml-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ readme = "../README.md"
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.7", features = [ "derive" ] }
lmml = { version = "0.1.0", path = "../lmml" }
lmml-parser = { version = "0.1.0", path = "../lmml-parser" }
lmml = { version = "0.2.0", path = "../lmml" }
lmml-parser = { version = "0.2.0", path = "../lmml-parser" }
nom = "7.1.3"
rodio = "0.17.3"

Expand Down
2 changes: 1 addition & 1 deletion lmml-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ readme = "../README.md"

[dependencies]
nom = "7.1.3"
lmml = { version = "0.1.0", path = "../lmml" }
lmml = { version = "0.2.0", path = "../lmml" }

0 comments on commit 9ceea27

Please sign in to comment.