Skip to content

Commit

Permalink
Merge pull request #69 from filecoin-project/1.0.6
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
kokal33 authored Nov 15, 2023
2 parents 6b7030c + aeee3d9 commit 487c8d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fplus-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fplus-cli"
authors = ["jbesraa", "kokal33", "clriesco"]
version = "1.0.5"
version = "1.0.6"
edition = "2021"
description = "FPlus cli tool to validate different states of an application"
license = "MIT OR Apache-2.0"
Expand All @@ -13,4 +13,4 @@ readme = "README.md"
[dependencies]
actix-web = "4.4.0"
clap = { version = "4.4.6", features = ["derive"] }
fplus-lib = "1.0.5"
fplus-lib = "1.0.6"
4 changes: 2 additions & 2 deletions fplus-http-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fplus-http-server"
authors = ["jbesraa", "kokal33", "clriesco"]
version = "1.0.5"
version = "1.0.6"
description = "FPlus main http module"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand All @@ -20,7 +20,7 @@ actix-cors = "0.6.4"
reqwest = { version = "0.11.18", features = ["json"] }
futures = "0.3.28"
dotenv = "0.15.0"
fplus-lib = "1.0.5"
fplus-lib = "1.0.6"
anyhow = "1.0.75"
async-trait = "0.1.73"
uuidv4 = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion fplus-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fplus-lib"
authors = ["jbesraa", "kokal33", "clriesco"]
version = "1.0.5"
version = "1.0.6"
edition = "2021"
description = "FPlus library/helper files"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 487c8d8

Please sign in to comment.