From 84b14beabba3cd52e915cc2cda6d0c791d51f07f Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sun, 27 Jun 2021 10:19:41 +0200 Subject: [PATCH] Release v0.4.2 so that the crates.io includes the installation docs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ab74a1..96525e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.4.1" +version = "0.4.2" description = "A LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" repository = "https://git.sr.ht/~tsdh/swayr"