Skip to content

Commit

Permalink
chore: Release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Oct 29, 2023
1 parent cd6ee98 commit 84f4366
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.1"
version = "2.2.2"
authors = ["Copyright (C) 2023 Donovan Glover <https://donovan.is/>"]
repository = "https://github.com/donovanglover/hyprdim"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1
pkgver=2.2.2
pkgrel=1
pkgdesc="Automatically dim windows in Hyprland when switching between them"
arch=('x86_64')
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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

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.
Expand Down

0 comments on commit 84f4366

Please sign in to comment.