From cac098769a5ccc91e5bc104bcab4b4ea6f61e78e Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 14 May 2020 17:30:44 +0300 Subject: [PATCH] Release 1.8.1 --- async.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async.zsh b/async.zsh index 144dfd9..0ac9269 100644 --- a/async.zsh +++ b/async.zsh @@ -3,12 +3,12 @@ # # zsh-async # -# version: 1.8.0 +# version: 1.8.1 # author: Mathias Fredriksson # url: https://github.com/mafredri/zsh-async # -typeset -g ASYNC_VERSION=1.8.0 +typeset -g ASYNC_VERSION=1.8.1 # Produce debug output from zsh-async when set to 1. typeset -g ASYNC_DEBUG=${ASYNC_DEBUG:-0}