chore: bump version

This commit is contained in:
Vladimir Rubin 2025-05-02 21:01:22 +03:00
parent 8a1969aea1
commit 3bc6d195fe
Signed by: vavakado
GPG key ID: CAB744727F36B524
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -244,7 +244,7 @@ checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
[[package]]
name = "hinoirisetr"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"libloading",
"smol",

View file

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

View file

@ -42,7 +42,7 @@
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "hinoirisetr";
version = "0.3.0";
version = "0.3.1";
src = ./.;