From 5f620c60def8eb5ab42e88d87b0e825f44a441aa Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 11 May 2016 15:33:39 -0700 Subject: [PATCH] Bump version to 0.2.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d04d39..9d82fd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "ktmpl" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index eaa641b..3e2becb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "ktmpl" readme = "README.md" repository = "https://github.com/InQuicker/ktmpl" -version = "0.1.0" +version = "0.2.0" [dependencies] clap = "2.5.1"