Skip to content

Commit

Permalink
chore: Release wnfs-common, wnfs-hamt, wnfs-namefilter (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 authored Mar 23, 2023
1 parent 129c538 commit d68f850
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"wnfs": "0.1.17",
"wnfs-bench": "0.1.17",
"wnfs-common": "0.1.17",
"wnfs-hamt": "0.1.17",
"wnfs-namefilter": "0.1.17",
"wnfs-common": "0.1.18",
"wnfs-hamt": "0.1.18",
"wnfs-namefilter": "0.1.18",
"wnfs-wasm": "0.1.17"
}
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.17"
version = "0.1.18"
description = "Common types for the Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down
2 changes: 1 addition & 1 deletion 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.17"
version = "0.1.18"
description = "IPLD HAMT implementation for Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down
2 changes: 1 addition & 1 deletion wnfs-namefilter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-namefilter"
version = "0.1.17"
version = "0.1.18"
description = "Bloom filter for the Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down

0 comments on commit d68f850

Please sign in to comment.