From 65abd362565a26b836281fcd81a72b525810beec Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Aug 2023 13:41:58 -0400 Subject: [PATCH] chore: Release v2.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 4 ++-- man/hyprdim.1 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84996fc..49ca946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprdim" -version = "2.0.1" +version = "2.1.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index d9cdd5a..25355ad 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.0.1" +version = "2.1.0" authors = ["Copyright (C) 2023 Donovan Glover "] repository = "https://github.com/donovanglover/hyprdim" license = "MIT" diff --git a/PKGBUILD b/PKGBUILD index 8e129ce..30ce551 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Donovan Glover pkgname=hyprdim -pkgver=2.0.1 +pkgver=2.1.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=('6696c06b6fcdd541bd78fb7ea3f2b465847de1a1bf9e34a93404f33d5a308c9f') +sha256sums=('SKIP') build() { cd "$pkgname-$pkgver" diff --git a/man/hyprdim.1 b/man/hyprdim.1 index e5b0b55..27a610f 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.0.1" +.TH hyprdim 1 "hyprdim 2.1.0" .SH NAME hyprdim \- Automatically dim windows in Hyprland when switching between them. .SH SYNOPSIS @@ -83,6 +83,6 @@ Print help (see a summary with \*(Aq\-h\*(Aq) \fB\-V\fR, \fB\-\-version\fR Print version .SH VERSION -v2.0.1 +v2.1.0 .SH AUTHORS Copyright (C) 2023 Donovan Glover