chore: bump version (v0.2.2)

This commit is contained in:
Timofey Gelazoniya 2024-09-06 02:36:33 +03:00
parent 9866802f91
commit 46af703f1d
Signed by: zeldon
GPG Key ID: 047886915281DD2A
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1813,7 +1813,7 @@ dependencies = [
[[package]]
name = "razer-battery-report"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"hidapi",
"image",

View File

@ -1,6 +1,6 @@
[package]
name = "razer-battery-report"
version = "0.2.1"
version = "0.2.2"
authors = ["xzeldon <contact@zeldon.ru>"]
edition = "2021"
description = "Razer Battery Level Tray Indicator"

View File

@ -15,7 +15,7 @@ use tray_icon::{
};
use winapi::um::{
wincon::GetConsoleWindow,
winuser::{self, ShowWindow, SW_SHOW},
winuser::{self, ShowWindow},
};
const BATTERY_UPDATE_INTERVAL: std::time::Duration = std::time::Duration::from_secs(60);