From 4a7dd6c1047ab72dfcab50388b35cffb74bfe524 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 28 Dec 2016 20:10:45 -0800 Subject: [PATCH] Bump version to 0.5.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec5fcab..559c2ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "kaws" -version = "0.4.1" +version = "0.5.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.19.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c5c71b7..ba3cec5 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.4.1" +version = "0.5.0" [dependencies] ansi_term = "0.9.0" diff --git a/Makefile b/Makefile index 10a4e47..51b62a7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TAG = 0.4.1 +TAG = 0.5.0 all: dist