From f4f96e6eaac3f7a03ffde4d218c4ae4407f4e56c Mon Sep 17 00:00:00 2001 From: Takuya Hashimoto Date: Wed, 18 Nov 2020 13:28:57 +0900 Subject: [PATCH] Bump version to v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4a6b21e..9c5ea45b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "dynein" -version = "0.1.0" +version = "0.1.1" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4a0c8fce..0692fae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ [package] name = "dynein" description = "DynamoDB Command Line Interface" -version = "0.1.0" +version = "0.1.1" authors = ["Takuya Hashimoto "] edition = "2018" license = "Apache-2.0"