From 9c87274011e5953a97f31b67ed8677dc628ea399 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Mon, 11 May 2020 13:40:16 -0700 Subject: [PATCH] Bump to version 0.4.1 - Fix bug to respect quick_resize option when monitor is changed --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e5040a..3854091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "grout" -version = "0.4.0" +version = "0.4.1" dependencies = [ "config", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index 32f51db..d0ea0bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grout" -version = "0.4.0" +version = "0.4.1" authors = ["tarkah "] edition = "2018"