From 2fa0f6b69e3ed4a3c314d4d568148846814cdb54 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Mon, 6 Aug 2018 16:57:54 +0300 Subject: [PATCH] 1.6.1 --- async.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async.zsh b/async.zsh index 09c855b..d9fc38b 100644 --- a/async.zsh +++ b/async.zsh @@ -3,12 +3,12 @@ # # zsh-async # -# version: 1.6.0 +# version: 1.6.1 # author: Mathias Fredriksson # url: https://github.com/mafredri/zsh-async # -typeset -g ASYNC_VERSION=1.6.0 +typeset -g ASYNC_VERSION=1.6.1 # Produce debug output from zsh-async when set to 1. typeset -g ASYNC_DEBUG=${ASYNC_DEBUG:-0}