Skip to content

Commit

Permalink
feat: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Oct 1, 2023
1 parent 00bf354 commit e61732a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions waku-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waku-bindings"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>"
Expand All @@ -26,7 +26,7 @@ serde_json = "1.0"
sscanf = "0.4"
smart-default = "0.6"
url = "2.3"
waku-sys = { version = "0.3.0", path = "../waku-sys" }
waku-sys = { version = "0.3.1", path = "../waku-sys" }

[dev-dependencies]
futures = "0.3.25"
Expand Down
2 changes: 1 addition & 1 deletion waku-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waku-sys"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>"
Expand Down

0 comments on commit e61732a

Please sign in to comment.