From 6936a687541009fc90e3d72865d699486ca47e4f Mon Sep 17 00:00:00 2001 From: Rusty Pickle Date: Sat, 5 Oct 2024 20:38:41 +0600 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48eaf5b..735216c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3746,7 +3746,7 @@ dependencies = [ [[package]] name = "talon-gui" -version = "1.0.5" +version = "1.0.6" dependencies = [ "chrono", "csv", diff --git a/Cargo.toml b/Cargo.toml index e4849cc..55aca99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "talon-gui" -version = "1.0.5" +version = "1.0.6" edition = "2021" authors = ["TheRustyPickle "] readme = "README.md" @@ -10,7 +10,7 @@ On-demand Telegram chat analytic generator homepage = "https://github.com/TheRustyPickle/Talon" repository = "https://github.com/TheRustyPickle/Talon" license = "MIT" -keywords = ["telegram", "analytics", "gui", "data", "data-visualization"] +keywords = ["telegram", "analytics", "gui", "data", "egui"] categories = ["gui"] exclude = ["/fonts"]