summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2017-05-14 22:15:51 +0200
committersharkdp <davidpeter@web.de>2017-05-14 22:16:10 +0200
commit9bf008b3190992e2bba8cee6341bbb37cd56492d (patch)
tree5c72305ba1876df22f04cb21b94bb57b94b539df
parentb170396fc7de3c2a431628a97f8281652d614e5f (diff)
Bump versionv0.3.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <mail@david-peter.de>"]
[dependencies]