Skip to content

Commit

Permalink
chore: Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Aug 13, 2023
1 parent 65a5ac1 commit e8a1049
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1.0"
version = "2.2.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.1.0
pkgver=2.2.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=('bf11410e0a98a795540e63ae789b56294edc6da118815d7b56088805357bbd33')
sha256sums=('SKIP')

build() {
cd "$pkgname-$pkgver"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.1.0"
.TH hyprdim 1 "hyprdim 2.2.0"
.SH NAME
hyprdim \- Automatically dim windows in Hyprland when switching between them.
.SH SYNOPSIS
Expand Down Expand Up @@ -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 <https://donovan.is/>

0 comments on commit e8a1049

Please sign in to comment.