From 9bf008b3190992e2bba8cee6341bbb37cd56492d Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 14 May 2017 22:15:51 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc86324..fcb2662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "fd" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 94745e5..66ff949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fd" -version = "0.2.0" +version = "0.3.0" authors = ["David Peter "] [dependencies]