Skip to content

Commit

Permalink
chore(release): version 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Apr 16, 2021
1 parent 19a88fd commit 529b59d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## Version 5.3.1 (16 Apr 2021)

- fix deploy-plugins scripts

## Version 5.3.0 (16 Apr 2021)

- [BREAK] module will not reload if last load is passed
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export __MYZS__COM="${_MYZS_ROOT}/resources/completion"
export ZPLUG_HOME="${MYZS_ZPLUG:-${_MYZS_ROOT}/zplug}"

export __MYZS__OWNER="Kamontat Chantrachirathumrong"
export __MYZS__VERSION="5.3.0"
export __MYZS__VERSION="5.3.1"
export __MYZS__SINCE="21 Apr 2018"
export __MYZS__LAST_UPDATED="16 Apr 2021"
export __MYZS__LICENSE="MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/app/myzs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shellcheck disable=SC1090,SC2148
# shellcheck disable=SC1091,SC2148

_myzs:internal:module:initial "$0"

Expand All @@ -12,7 +12,7 @@ myzs-upload() {
echo

./deploy.sh
./deploy-plugins.sh
source "./deploy-plugins.sh"

cd "${tmp_directory}" || exit 1
}
Expand Down

0 comments on commit 529b59d

Please sign in to comment.