Skip to content

Commit

Permalink
Bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Dec 14, 2023
1 parent d4e21a5 commit b231f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntfy"
version = "0.3.3"
version = "0.4.0"
edition = "2021"
description = "ntfy rust sdk"
authors = ["Yuki Kishimoto <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

```toml
chrono = "0.4"
ntfy = "0.3"
ntfy = "0.4"
tokio = { version = "1", features = ["full"] }
url = "2"
```
Expand Down

0 comments on commit b231f57

Please sign in to comment.