From ba0bfc7dad4a65f33ad0768c7de77f6cae25881e Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sat, 14 Jun 2025 20:33:33 +0300 Subject: [PATCH] chore(build): bump version to 1.1.0 --- 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 cd859ac..5d57e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "hinoirisetr" -version = "1.0.0" +version = "1.1.0" dependencies = [ "libloading", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 6fc27ad..67ebf17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hinoirisetr" -version = "1.0.0" +version = "1.1.0" authors = ["Vladimir Rubin "] description = "A daemon to dim the screen at night" license = "MIT" diff --git a/flake.nix b/flake.nix index f189efc..9d9d6ee 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ packages.default = pkgs.rustPlatform.buildRustPackage { pname = "hinoirisetr"; - version = "1.0.0"; + version = "1.1.0"; src = ./.;