From ccbd2bcb9ca24c12685352d6e78ebd7ecb60154e Mon Sep 17 00:00:00 2001 From: Jade Michael Thornton Date: Wed, 1 Mar 2023 15:34:03 -0500 Subject: [PATCH] prepare 0.4.0 --- zpico.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zpico.zsh b/zpico.zsh index f6b5952..66907a3 100644 --- a/zpico.zsh +++ b/zpico.zsh @@ -1,13 +1,13 @@ # Zpico -- the miniscule zsh package manager # -# Version 0.3.0 +# Version 0.4.0 # # https://github.com/thornjad/zpico # Copyright (c) 2021-2023 Jade Michael Thornton under the terms of the ISC License typeset ZP_HOME=${0:A:h} typeset ZP_PLUGIN_HOME=${ZP_PLUGIN_HOME:-${HOME}/.local/share/zpico/plugins} -typeset ZP_VERSION=0.3.0 +typeset ZP_VERSION=0.4.0 _zpico_version() { print "zpico ${ZP_VERSION}"