From d77b4050d7ece7a07ca3b62587b20bb4ae027b6f Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:57:20 +1100 Subject: [PATCH] Bump to 2.0.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 238ff98..e3d3302 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 = "ahash" @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "hyprland-workspaces" -version = "2.0.3" +version = "2.0.4" dependencies = [ "flexi_logger", "hyprland", diff --git a/Cargo.toml b/Cargo.toml index b9e653a..e4bc0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/FieldofClay/hyprland-workspaces" readme = "README.md" keywords = ["hyprland", "eww"] categories = ["command-line-utilities"] -version = "2.0.3" +version = "2.0.4" edition = "2021" license = "MIT"