From a418a73d3ecce5342e01ab49f69f81963d2080af Mon Sep 17 00:00:00 2001 From: xzeldon Date: Wed, 11 Dec 2024 01:55:13 +0300 Subject: [PATCH] chore: bump version (v0.2.4) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f331b69..ed6b9b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -1813,7 +1813,7 @@ dependencies = [ [[package]] name = "razer-battery-report" -version = "0.2.3" +version = "0.2.4" dependencies = [ "hidapi", "image", diff --git a/Cargo.toml b/Cargo.toml index 2d72289..5aff92e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "razer-battery-report" -version = "0.2.3" +version = "0.2.4" authors = ["xzeldon "] edition = "2021" description = "Razer Battery Level Tray Indicator"