From 90064e6929d3d4d326c77978b97f199732df151a Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 22 Feb 2017 15:06:49 -0800 Subject: [PATCH] Bump version to 0.6.1. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f84542..ed8c9ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "kaws" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.20.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7ca0e98..1c72637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "kaws" readme = "README.md" repository = "https://github.com/InQuicker/kaws" -version = "0.6.0" +version = "0.6.1" [dependencies] ansi_term = "0.9.0" diff --git a/Makefile b/Makefile index f24621a..7afcb6d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TAG = 0.6.0 +TAG = 0.6.1 all: dist