From 7bffd7bca8270bb906ed09babbc6d0b3795e21c9 Mon Sep 17 00:00:00 2001 From: Hironori Yamamoto Date: Mon, 2 May 2022 04:15:14 +0900 Subject: [PATCH] :arrow_up: bump up version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c897b0d..9886043 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awsctx" -version = "0.3.1" +version = "0.4.0" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0ffab9e..9a0d186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Context Manager for AWS Profiles" edition = "2021" license = "MIT" name = "awsctx" -version = "0.3.1" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html