Skip to content

Commit

Permalink
chore: Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 6, 2023
1 parent 261a81a commit 65abd36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <https://donovan.is/>"]
repository = "https://github.com/donovanglover/hyprdim"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Donovan Glover <https://donovan.is/>
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')
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions man/hyprdim.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <https://donovan.is/>

0 comments on commit 65abd36

Please sign in to comment.