From 8d61376a953bb697dab049b5925ce756b095f999 Mon Sep 17 00:00:00 2001 From: "61825162+CaderIdris@users.noreply.github.com" <61825162+CaderIdris@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:51:59 +0100 Subject: [PATCH] Fixed version number Modified: Version number so ci tests pass --- auto-notify.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-notify.plugin.zsh b/auto-notify.plugin.zsh index b127a7d..72a4530 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,4 +1,4 @@ -export AUTO_NOTIFY_VERSION="0.8.2" +export AUTO_NOTIFY_VERSION="0.8.1" # Time it takes for a notification to expire [[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&