Skip to content

Commit

Permalink
prepare 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Mar 1, 2023
1 parent 2878a5b commit ccbd2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zpico.zsh
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit ccbd2bc

Please sign in to comment.