Skip to content

Commit

Permalink
chore: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Sep 1, 2023
1 parent c497afc commit f39a800
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"wnfs": "0.1.25",
"wnfs-common": "0.1.23",
"wnfs-hamt": "0.1.23",
"wnfs-common": "0.1.24",
"wnfs-hamt": "0.1.24",
"wnfs-nameaccumulator": "0.1.25",
"wnfs-wasm": "0.1.26",
"wnfs-bench": "0.1.25"
Expand Down
2 changes: 1 addition & 1 deletion wnfs-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-common"
version = "0.1.23"
version = "0.1.24"
description = "Common types for the Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down
4 changes: 2 additions & 2 deletions wnfs-hamt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-hamt"
version = "0.1.23"
version = "0.1.24"
description = "IPLD HAMT implementation for Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down Expand Up @@ -37,7 +37,7 @@ semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0", features = ["rc"] }
serde-byte-array = "0.1.2"
thiserror = "1.0"
wnfs-common = { path = "../wnfs-common", version = "0.1.23" }
wnfs-common = { path = "../wnfs-common", version = "0.1.24" }

[dev-dependencies]
async-std = { version = "1.11", features = ["attributes"] }
Expand Down
4 changes: 2 additions & 2 deletions wnfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ serde_ipld_dagcbor = "0.4"
sha3 = "0.10"
skip_ratchet = { version = "0.3", features = ["serde"] }
thiserror = "1.0"
wnfs-common = { path = "../wnfs-common", version = "0.1.23" }
wnfs-hamt = { path = "../wnfs-hamt", version = "0.1.23" }
wnfs-common = { path = "../wnfs-common", version = "0.1.24" }
wnfs-hamt = { path = "../wnfs-hamt", version = "0.1.24" }
wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", version = "0.1.25" }

[dev-dependencies]
Expand Down

0 comments on commit f39a800

Please sign in to comment.