summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2021-04-03 17:42:56 +0100
committerBenjamin Sago <ogham@bsago.me>2021-04-03 17:42:56 +0100
commit03cd3a81ff00b0e1dba095e5e8923ea365b5e2b0 (patch)
treeaa37d7d673dac86f04f501d89dcaed386033ee0c
parentaee9c0e623a54a196f0598911b09d699e3ec02b2 (diff)
v0.10.0v0.10.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 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]]