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 = ./.;