From e8a10490b2b9ce584e4d31a0c2b873ce64e7ca32 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 13 Aug 2023 14:57:09 -0400 Subject: [PATCH] chore: Release v2.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 4 ++-- README.md | 2 +- man/hyprdim.1 | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44a2819..b676c7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprdim" -version = "2.1.0" +version = "2.2.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 22c28d6..04ef0b9 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.1.0" +version = "2.2.0" authors = ["Copyright (C) 2023 Donovan Glover "] repository = "https://github.com/donovanglover/hyprdim" license = "MIT" diff --git a/PKGBUILD b/PKGBUILD index 0ee0f11..490adcd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Donovan Glover pkgname=hyprdim -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=1 pkgdesc="Automatically dim windows in Hyprland when switching between them" arch=('x86_64') @@ -9,7 +9,7 @@ license=('MIT') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::https://github.com/donovanglover/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('bf11410e0a98a795540e63ae789b56294edc6da118815d7b56088805357bbd33') +sha256sums=('SKIP') build() { cd "$pkgname-$pkgver" diff --git a/README.md b/README.md index 3695acd..6f7c2c8 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.1.0 +cargo install --git https://github.com/donovanglover/hyprdim --tag 2.2.0 ``` 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 fad998e..50b59cd 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.1.0" +.TH hyprdim 1 "hyprdim 2.2.0" .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.1.0 +v2.2.0 .SH AUTHORS Copyright (C) 2023 Donovan Glover