Skip to content

Commit

Permalink
chore(repo): bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixerou committed Mar 8, 2024
1 parent 5934d46 commit 0cdbd94
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 = "ip-api-client"
version = "0.5.0" # don't forget edit version in README.md
version = "0.5.1" # don't forget edit version in README.md
authors = ["Ivan <[email protected]>"]
edition = "2021"
description = "The client (based on ip-api.com api) allows you to get information about the IP address"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add to project

```toml
[dependencies]
ip-api-client = "0.5.0"
ip-api-client = "0.5.1"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"], default-features = false }
```

Expand Down

0 comments on commit 0cdbd94

Please sign in to comment.