Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Nov 22, 2022
1 parent 735c417 commit f542b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "ntfy"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "ntfy rust sdk"
authors = ["Yuki Kishimoto <[email protected]>"]
license = "MIT"
homepage = "https://github.com/yukibtc/ntfy-sdk"
repository = "https://github.com/yukibtc/ntfy-sdk.git"
readme = "README.md"
keywords = ["ntfy", "notifications", "sdk"]

[features]
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
## Example

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

```rust,no_run
Expand Down

0 comments on commit f542b8a

Please sign in to comment.