From 9aaea4d66b6a40ce7c67e6f11b6ca761a9c03496 Mon Sep 17 00:00:00 2001 From: Dan Kyung Date: Fri, 2 Oct 2020 19:56:38 -0400 Subject: [PATCH] Bump release version to `0.1.6` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"