From c8558654d226a0fe30bcf3b0f96382a8f29603a1 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sat, 3 May 2025 14:00:02 +0300 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 678e0c0..5f75c46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "hinoirisetr" -version = "0.4.0" +version = "0.5.0" dependencies = [ "libloading", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 2418e24..97f8275 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hinoirisetr" -version = "0.4.0" +version = "0.5.0" authors = ["Vladimir Rubin "] description = "A daemon to dim the screen at night" license = "MIT" diff --git a/flake.nix b/flake.nix index bcd6773..9e2fb99 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ packages.default = pkgs.rustPlatform.buildRustPackage { pname = "hinoirisetr"; - version = "0.4.0"; + version = "0.5.0"; src = ./.;