From b2f03f048be3b6bb89c104a80eb49ed36e66242a Mon Sep 17 00:00:00 2001 From: Vladimir Rubin <vavakado@proton.me> Date: Sun, 27 Apr 2025 18:00:51 +0300 Subject: [PATCH] chore: bump version this new version adds automatic config reloading --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7b3bd1..078be3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "hinoirisetr" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libloading", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 0f8559c..eed32fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hinoirisetr" -version = "0.1.0" +version = "0.2.0" authors = ["Vladimir Rubin <vavakado@proton.me>"] description = "A daemon to dim the screen at night" license = "MIT"