From 19c6d59e94adddda4ded0e02dd32efdb539403fc Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 13 Aug 2023 23:19:00 -0400 Subject: [PATCH] chore: Release v2.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- README.md | 2 +- man/hyprdim.1 | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b676c7c..c9535c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprdim" -version = "2.2.0" +version = "2.2.1" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 04ef0b9..4a931b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyprdim" description = "Automatically dim windows in Hyprland when switching between them." -version = "2.2.0" +version = "2.2.1" authors = ["Copyright (C) 2023 Donovan Glover "] repository = "https://github.com/donovanglover/hyprdim" license = "MIT" diff --git a/PKGBUILD b/PKGBUILD index 490adcd..f8588fc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Donovan Glover pkgname=hyprdim -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="Automatically dim windows in Hyprland when switching between them" arch=('x86_64') diff --git a/README.md b/README.md index 6f7c2c8..01ffae6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ git clone https://github.com/donovanglover/hyprdim && cd hyprdim && makepkg -si Follow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprdim. ```fish -cargo install --git https://github.com/donovanglover/hyprdim --tag 2.2.0 +cargo install --git https://github.com/donovanglover/hyprdim --tag 2.2.1 ``` Make sure `$HOME/.cargo/bin` is in your `$PATH` if it isn't already. diff --git a/man/hyprdim.1 b/man/hyprdim.1 index 50b59cd..b2cf081 100644 --- a/man/hyprdim.1 +++ b/man/hyprdim.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH hyprdim 1 "hyprdim 2.2.0" +.TH hyprdim 1 "hyprdim 2.2.1" .SH NAME hyprdim \- Automatically dim windows in Hyprland when switching between them. .SH SYNOPSIS @@ -94,6 +94,6 @@ Print help (see a summary with \*(Aq\-h\*(Aq) \fB\-V\fR, \fB\-\-version\fR Print version .SH VERSION -v2.2.0 +v2.2.1 .SH AUTHORS Copyright (C) 2023 Donovan Glover