summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-04-20 13:05:46 +0200
committerrabite <rabite@posteo.de>2019-04-20 13:06:05 +0200
commitbc273a5472c46d6083e15541cc55e6b03b9c394f (patch)
tree541dc8b16ab2bfe5de5697460df63cc3701c7563
parente7033eca0398e013a32ad5acc1e6df28308da2ff (diff)
update version to 1.0.10v1.0.10
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 120477c..7976562 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hunter"
-version = "1.0.9"
+version = "1.0.10"
dependencies = [
"alphanumeric-sort 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index b5a37b7..f69db59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hunter"
-version = "1.0.9"
-authors = ["rabite"]
+version = "1.0.10"
+authors = ["rabite0"]
edition = "2018"
description = "Fast, lag-free terminal file browser"
homepage = "https://github.com/rabite0/hunter"