summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-07-01 17:29:29 +0200
committerrabite <rabite@posteo.de>2019-07-01 17:29:29 +0200
commit32d4bdf02021c64953e67dce4e9d6d4158902d83 (patch)
tree691638878bd35a033c11d8e26f859d857de85fd7
parenta529790fd4c36d5104f971b0bbc35b882555e7b3 (diff)
updated version to v1.3.0v1.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 6ae7afd..41e1918 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -444,7 +444,7 @@ dependencies = [
[[package]]
name = "hunter"
-version = "1.2.1"
+version = "1.3.0"
dependencies = [
"alphanumeric-sort 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"async_value 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index da390ce..ee25b80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@ cargo-features = ["default-run"]
[package]
name = "hunter"
-version = "1.2.1"
+version = "1.3.0"
authors = ["rabite0"]
edition = "2018"
description = "Fast, lag-free terminal file browser"