diff --git a/Cargo.lock b/Cargo.lock index 4baa7e4..190a416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,7 +715,7 @@ dependencies = [ [[package]] name = "tarkov" -version = "0.1.5" +version = "0.1.6" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "err-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 886dac9..0317c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tarkov" description = "A client library for the Escape from Tarkov API" -version = "0.1.5" +version = "0.1.6" authors = ["Dan Kyung "] edition = "2018" readme = "README.md"