From 0f39fffa164b62d97d599cd718bee81ca080ed56 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Fri, 16 Jun 2023 20:44:06 +0200 Subject: [PATCH] release relative-datetime --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7c09435..bf32d58b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "zetta" -version = "0.11.0" +version = "0.11.1" dependencies = [ "ansi_term", "datetime", diff --git a/Cargo.toml b/Cargo.toml index 51e16b06..c4bb8766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"] readme = "README.md" license = "MIT" repository = "https://github.com/syphar/zetta" -version = "0.11.0" +version = "0.11.1" [[bin]]