Skip to content

Commit

Permalink
sdk: bump to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 29, 2023
1 parent 1fe3eb2 commit d2fc248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/nostr-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr-sdk"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
description = "High level Nostr client library."
authors = ["Yuki Kishimoto <yukikishimoto@proton.me>"]
Expand All @@ -26,7 +26,7 @@ nip26 = ["nostr/nip26"]
[dependencies]
futures-util = "0.3"
log = "0.4"
nostr = { version = "0.16", path = "../nostr" }
nostr = { version = "0.17", path = "../nostr" }
once_cell = "1"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ other lower-level crates. If you're attempting something more custom, you might

```toml
[dependencies]
nostr-sdk = "0.16"
nostr-sdk = "0.17"
tokio = { version = "1", features = ["full"] }
```

Expand Down

0 comments on commit d2fc248

Please sign in to comment.