From bd9fb1c60c88df0c08834ce4adb722af8a6b14a8 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Wed, 17 Jul 2019 21:41:38 +0100 Subject: [PATCH] Bump version to 0.2.0 --- 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 7b17b35..cd40ba7 100644 --- a/auto-notify.plugin.zsh +++ b/auto-notify.plugin.zsh @@ -1,4 +1,4 @@ -export AUTO_NOTIFY_VERSION="0.1.0" +export AUTO_NOTIFY_VERSION="0.2.0" # Threshold in seconds for when to automatically show a notification export AUTO_NOTIFY_THRESHOLD=10