diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 26aa4c3..c663cf4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/Cargo.toml b/Cargo.toml index 667fb23..742344e 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipcap" -version = "version = "0.1.5"" +version = "version = "0.1.6"" description = "🌍 A CLI & library for decoding IP addresses into state, postal code, country, coordinates, etc without internet access." license = "MIT" keywords = ["ip", "geolocation", "geoip", "ipcap"] diff --git a/README.md b/README.md index 26c1560..efe29fc 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) ```sh -ipcap 0.1.5 +ipcap 0.1.6 ▄█ ▄███████▄ ▄████████ ▄████████ ▄███████▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ @@ -141,7 +141,7 @@ ipcap -t 2a08:1450:300f:900::1003 ```toml [dependencies] -ipcap = "0.1.5" +ipcap = "0.1.6" ``` ```rust diff --git a/src/lib.rs b/src/lib.rs index c72c828..3969c79 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ //! //! ```toml //! [dependencies] -//! ipcap = "0.1.5" +//! ipcap = "0.1.6" //! ``` //! //! 2. Use the `IpCap` struct to perform IP lookup without internet access: