Skip to content

Commit

Permalink
chore(repo): bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixerou committed Jun 6, 2023
1 parent 2abc8af commit ec65c74
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.4.1" # don't forget edit version in README.md
version = "0.4.2" # 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.4.1"
ip-api-client = "0.4.2"
```

Write some Rust
Expand Down

0 comments on commit ec65c74

Please sign in to comment.