From 4186e690a5a6f48541ee47109c85cd5b928004a9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 11 Jul 2024 21:03:06 +0300 Subject: [PATCH] chore: bump crate version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f402255..2c47f6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1843,7 +1843,7 @@ dependencies = [ [[package]] name = "tailray" -version = "0.2.0" +version = "0.2.1" dependencies = [ "arboard", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 4c2dfb8..a0a98c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "tailray" -version = "0.2.0" +version = "0.2.1" authors = [ "d1t2 ", "NotAShelf "