From 2a9ccc08b96026047d2021bd0eff96f556f19174 Mon Sep 17 00:00:00 2001 From: Armin Grodon Date: Wed, 31 Mar 2021 22:31:33 +0200 Subject: [PATCH] Bump version to v0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fe1992..4ae6dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "fastsar" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "config", diff --git a/Cargo.toml b/Cargo.toml index acc6163..3d16e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastsar" -version = "0.1.2" +version = "0.1.3" authors = ["Armin Grodon "] description = "Switch between AWS roles quickly using fuzzy matching" documentation = "https://github.com/x4121/fastsar-rs"