From 03cd3a81ff00b0e1dba095e5e8923ea365b5e2b0 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sat, 3 Apr 2021 17:42:56 +0100 Subject: [PATCH] v0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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]]