Skip to content

Commit

Permalink
build(config): bump version of fluere-config
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 13, 2024
1 parent 1c0b850 commit 76c2216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1.0.193", features = ["derive"] }
toml = "0.8.8"

fluere_plugin = { version = "0.2.0", path = "./fluere-plugin", features = ["log"] }
fluere-config = { version = "0.1.3", path = "./fluere-config", features = ["log"] }
fluere-config = { version = "0.2.0", path = "./fluere-config", features = ["log"] }
fluereflow = { version = "0.3.2", path = "./fluereflow" }

ratatui = { version = "0.25.0", features = ["all-widgets"] }
Expand Down
2 changes: 1 addition & 1 deletion fluere-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluere-config"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
readme = "README.md"
description = "Configuration manager for Fluere."
Expand Down

0 comments on commit 76c2216

Please sign in to comment.