Skip to content

Commit

Permalink
build(plugin): bump fluere-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 13, 2024
1 parent ac72942 commit d554e0d
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 @@ -30,7 +30,7 @@ snafu = "0.8.0"
serde = { version = "1.0.193", features = ["derive"] }
toml = "0.8.8"

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

Expand Down
2 changes: 1 addition & 1 deletion fluere-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluere_plugin"
version = "0.1.1"
version = "0.2.0"
authors = ["Skuld Norniern <[email protected]>"]
edition = "2021"
description = "Plugin API for Fluere."
Expand Down

0 comments on commit d554e0d

Please sign in to comment.