Skip to content

Commit

Permalink
chore: release for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 2, 2022
1 parent c536a59 commit ab4cb6a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions fkl_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl_cli"
version = "0.3.0"
version = "0.4.0"
authors = ["Phodal Huang <h@phodal.com>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/feakin/fklang"
Expand Down Expand Up @@ -30,8 +30,8 @@ syntect = "5.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"

fkl-parser = { path = "../fkl_parser", version = "0.3.0" }
fkl_codegen_java = { path = "../fkl_codegen_java", version = "0.3.0" }
fkl-parser = { path = "../fkl_parser", version = "0.4.0" }
fkl_codegen_java = { path = "../fkl_codegen_java", version = "0.4.0" }

# code ident
tree-sitter = "=0.19.3"
Expand Down
4 changes: 2 additions & 2 deletions fkl_codegen_java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl_codegen_java"
version = "0.3.0"
version = "0.4.0"
authors = ["Phodal Huang <h@phodal.com>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/feakin/fklang"
Expand All @@ -27,4 +27,4 @@ anyhow = "1.0.31"

rust-stemmers = "1.2.0"

fkl-parser = { path = "../fkl_parser", version = "0.3.0" }
fkl-parser = { path = "../fkl_parser", version = "0.4.0" }
2 changes: 1 addition & 1 deletion fkl_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl-parser"
version = "0.3.0"
version = "0.4.0"
authors = ["Phodal Huang <h@phodal.com>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/feakin/fklang"
Expand Down
4 changes: 2 additions & 2 deletions fkl_parser_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl-wasm"
version = "0.3.0"
version = "0.4.0"
authors = ["Phodal Huang <h@phodal.com>"]
edition = "2018"
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
Expand Down Expand Up @@ -29,7 +29,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.5", optional = true }

fkl-parser = { path = "../fkl_parser", version = "0.3.0" }
fkl-parser = { path = "../fkl_parser", version = "0.4.0" }
fkl-dot = { path = "../fkl_dot", version = "0.1.0" }

serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit ab4cb6a

Please sign in to comment.