Skip to content

Commit

Permalink
bump vsn 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-Umar committed Mar 28, 2023
1 parent 36a32e8 commit 6018ace
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,7 +1,7 @@
[package]
name = "ipinfo"
description = "ipinfo: A Rust library for IPInfo"
version = "1.0.0"
version = "1.1.0"
authors = ["Amr Ali <[email protected]>", "Uman Shahzad <[email protected]>", "Umar Farooq <[email protected]>", "Fayzan Ahmad <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use IPinfo, add the followinig to your `Cargo.toml` file.

```toml
[dependencies]
ipinfo = "1.0.0"
ipinfo = "1.1.0"
```

## Getting Started
Expand Down

0 comments on commit 6018ace

Please sign in to comment.