From 1ff825e601e7de5e020ec2b5c5828546a69b08aa Mon Sep 17 00:00:00 2001 From: Jade Michael Thornton Date: Wed, 8 Mar 2023 09:48:59 -0500 Subject: [PATCH] prepare beta 0.5 --- zpico.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpico.zsh b/zpico.zsh index e1405bd..a74beda 100644 --- a/zpico.zsh +++ b/zpico.zsh @@ -3,7 +3,7 @@ # https://github.com/thornjad/zpico # Copyright (c) 2021-2023 Jade Michael Thornton under the terms of the ISC License -typeset ZP_VERSION=0.4.0 +typeset ZP_VERSION=0.5.0 typeset ZP_HOME=${0:A:h} typeset ZP_PLUGIN_HOME=${ZP_PLUGIN_HOME:-${HOME}/.local/share/zpico/plugins}