From 84f4366675dcc7fc895d8423948335a59c755d3c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 29 Oct 2023 18:21:55 -0400 Subject: [PATCH] chore: Release v2.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b30a6ec..a8a527a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprdim" -version = "2.2.1" +version = "2.2.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index c4ac6c6..d31c371 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.1" +version = "2.2.2" authors = ["Copyright (C) 2023 Donovan Glover "] repository = "https://github.com/donovanglover/hyprdim" license = "GPL-3.0-or-later" diff --git a/PKGBUILD b/PKGBUILD index ddc9073..1d9e197 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Donovan Glover pkgname=hyprdim -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="Automatically dim windows in Hyprland when switching between them" arch=('x86_64') diff --git a/README.md b/README.md index 9bb3f2d..251f7a5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Alternatively, use `nix run nixpkgs#hyprdim` to start hyprdim without installing I don't use Arch Linux anymore, but I wrote a PKGBUILD for the `pacman` enjoyers out there. Feel free to add it to the AUR. ```fish -git clone https://github.com/donovanglover/hyprdim -b 2.2.1 && cd hyprdim && makepkg -si +git clone https://github.com/donovanglover/hyprdim -b 2.2.2 && cd hyprdim && makepkg -si ``` ### Other distributions @@ -41,7 +41,7 @@ git clone https://github.com/donovanglover/hyprdim -b 2.2.1 && cd hyprdim && mak 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.1 +cargo install --git https://github.com/donovanglover/hyprdim --tag 2.2.2 ``` Make sure `$HOME/.cargo/bin` is in your `$PATH` if it isn't already.