Skip to content

Commit

Permalink
chore(release): v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Sep 14, 2023
1 parent 1fa2791 commit 7ec69a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 corn-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corn-cli"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
description = "CLI for Corn, A simple and pain-free configuration language."
Expand All @@ -9,7 +9,7 @@ categories = ["config"]
keywords = ["configuration", "language", "pest", "peg", "cli"]

[dependencies]
libcorn = { version = "0.9.1", path = "../libcorn" }
libcorn = { version = "0.9.2", path = "../libcorn" }
clap = { version = "4.0.15", features = ["derive"] }
colored = "2.0.0"
serde = { version = "1.0.133", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion libcorn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libcorn"
version = "0.9.1"
version = "0.9.2"
edition = "2021"
license = "MIT"
description = "Parsing engine for Corn, a simple and pain-free configuration language."
Expand Down

0 comments on commit 7ec69a0

Please sign in to comment.