chore: bump version

This commit is contained in:
Vladimir Rubin 2025-05-03 14:00:02 +03:00
parent ea14f03e1f
commit c8558654d2
Signed by: vavakado
GPG key ID: CAB744727F36B524
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "hinoirisetr"
version = "0.4.0"
version = "0.5.0"
authors = ["Vladimir Rubin <vavakado@proton.me>"]
description = "A daemon to dim the screen at night"
license = "MIT"

View file

@ -43,7 +43,7 @@
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "hinoirisetr";
version = "0.4.0";
version = "0.5.0";
src = ./.;