chore(build): bump version to 1.1.0
This commit is contained in:
parent
16b9811f00
commit
ba0bfc7dad
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -52,7 +52,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|||
|
||||
[[package]]
|
||||
name = "hinoirisetr"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"libloading",
|
||||
"tokio",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "hinoirisetr"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
authors = ["Vladimir Rubin <vavakado@proton.me>"]
|
||||
description = "A daemon to dim the screen at night"
|
||||
license = "MIT"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||
pname = "hinoirisetr";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
Loading…
Reference in a new issue