From e2405b918e6a674326933c625479fc6d22b34526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Tue, 28 Jul 2020 20:54:09 +0200 Subject: [PATCH] Bumping to v0.0.4 (#13) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad61282..91af6ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "tax" -version = "0.0.3" +version = "0.0.4" dependencies = [ "colored 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 74925bc..7a26911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tax" -version = "0.0.3" +version = "0.0.4" authors = ["Jerome Schneider "] edition = "2018" license = "MIT" @@ -16,4 +16,4 @@ regex = "1" lazy_static = "1.4.0" dirs = "3.0.1" which = "4.0.1" -colored = "2" \ No newline at end of file +colored = "2"