From 3fd82eafd54aecbfc8849013d8edd8dde79b4341 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:04:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6df24f8..53eb086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1646,7 +1646,7 @@ dependencies = [ [[package]] name = "wthrr" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 229e107..fb4934b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wthrr" -version = "1.1.1" +version = "1.2.0" authors = ["Turiiya "] edition = "2021" license = "MIT"