Skip to content

Commit

Permalink
Merge pull request #64 from filecoin-project/1.0.5
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
kokal33 authored Nov 14, 2023
2 parents 5641428 + 5b825af commit 36c10d8
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.4"
version = "1.0.5"
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.4"
fplus-lib = "1.0.5"
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.4"
version = "1.0.5"
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.4"
fplus-lib = "1.0.5"
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.4"
version = "1.0.5"
edition = "2021"
description = "FPlus library/helper files"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 36c10d8

Please sign in to comment.