diff --git a/Cargo.toml b/Cargo.toml index b8a243f..c72673b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Uman Shahzad ", "Umar Farooq ", "Fayzan Ahmad "] edition = "2018" license = "Apache-2.0" diff --git a/README.md b/README.md index 22554ac..0823ea5 100644 --- a/README.md +++ b/README.md @@ -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