Skip to content

Commit

Permalink
chore: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 6, 2025
1 parent 4807609 commit fef6aca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions 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 crates/formatter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat_formatter"
version = "0.3.0"
version = "0.3.1"
description = "WebAssembly Text Format formatter."
authors = ["Pig Fang <[email protected]>"]
repository = "https://github.com/g-plane/wasm-language-tools"
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat_parser"
version = "0.3.0"
version = "0.3.1"
description = "WebAssembly Text Format concrete syntax tree parser."
authors = ["Pig Fang <[email protected]>"]
repository = "https://github.com/g-plane/wasm-language-tools"
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat_server"
version = "0.3.0"
version = "0.3.1"
description = "WebAssembly Text Format language server."
authors = ["Pig Fang <[email protected]>"]
repository = "https://github.com/g-plane/wasm-language-tools"
Expand Down
2 changes: 1 addition & 1 deletion crates/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat_service"
version = "0.3.0"
version = "0.3.1"
description = "WebAssembly Text Format language service."
authors = ["Pig Fang <[email protected]>"]
repository = "https://github.com/g-plane/wasm-language-tools"
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat_syntax"
version = "0.3.0"
version = "0.3.1"
description = "WebAssembly Text Format syntaxes."
authors = ["Pig Fang <[email protected]>"]
repository = "https://github.com/g-plane/wasm-language-tools"
Expand Down

0 comments on commit fef6aca

Please sign in to comment.