From 3bc6d195fea6fb06e11739c3dbc01f2c756321c3 Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Fri, 2 May 2025 21:01:22 +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 53c671a..d2a101f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" [[package]] name = "hinoirisetr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "libloading", "smol", diff --git a/Cargo.toml b/Cargo.toml index 45b62cc..bd0b31c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hinoirisetr" -version = "0.3.0" +version = "0.3.1" authors = ["Vladimir Rubin "] description = "A daemon to dim the screen at night" license = "MIT" diff --git a/flake.nix b/flake.nix index b5905f9..14ce1fd 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ packages.default = pkgs.rustPlatform.buildRustPackage { pname = "hinoirisetr"; - version = "0.3.0"; + version = "0.3.1"; src = ./.;