Skip to content

Commit

Permalink
chore: release for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Oct 8, 2022
1 parent bd008d3 commit 0aef817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.0"
version = "0.2.1"
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.2.0" }
fkl_codegen_java = { path = "../fkl_codegen_java", version = "0.2.0" }
fkl-parser = { path = "../fkl_parser", version = "0.2.1" }
fkl_codegen_java = { path = "../fkl_codegen_java", version = "0.2.1" }

[[bin]]
name = "fkl"
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.2.0"
version = "0.2.1"
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.2.0" }
fkl-parser = { path = "../fkl_parser", version = "0.2.1" }
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.2.0"
version = "0.2.1"
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

0 comments on commit 0aef817

Please sign in to comment.