summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cd545a9..f7f94ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -57,7 +57,7 @@ dependencies = [
[[package]]
name = "exa"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"ansi_term",
"datetime",
diff --git a/Cargo.toml b/Cargo.toml
index 76fce51..54a93df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
homepage = "https://the.exa.website/"
license = "MIT"
repository = "https://github.com/ogham/exa"
-version = "0.9.0"
+version = "0.10.0"
[[bin]]