chore: bump version

this new version adds automatic config reloading
This commit is contained in:
Vladimir Rubin 2025-04-27 18:00:51 +03:00
parent e9c9edb121
commit b2f03f048b
Signed by: vavakado
GPG key ID: CAB744727F36B524
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "hinoirisetr"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"libloading",
"tokio",

View file

@ -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"