Skip to content

Commit

Permalink
New version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Dec 28, 2017
1 parent d20997f commit 8f14b48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ page](https://github.com/zplug/zplug/wiki/Migration).
[license]: http://b4b4r07.mit-license.org
[travis-link]: https://travis-ci.org/zplug/zplug
[travis-badge]: https://img.shields.io/travis/zplug/zplug.svg?style=flat-square
[latest-badge]: https://img.shields.io/badge/latest-v2.4.1-ca7f85.svg?style=flat-square
[latest-badge]: https://img.shields.io/badge/latest-v2.4.2-ca7f85.svg?style=flat-square
[latest-link]: https://github.com/zplug/zplug/releases/latest
[stable-badge]: https://img.shields.io/badge/stable-v2.3.2-e9a326.svg?style=flat-square
[stable-link]: https://github.com/zplug/zplug/releases/tag/2.3.2
Expand Down
2 changes: 1 addition & 1 deletion base/core/core.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ __zplug::core::core::variable()
typeset -gx ZPLUG_CACHE_DIR=${ZPLUG_CACHE_DIR:-$ZPLUG_HOME/cache}
typeset -gx ZPLUG_REPOS=${ZPLUG_REPOS:-$ZPLUG_HOME/repos}

typeset -gx _ZPLUG_VERSION="2.4.1"
typeset -gx _ZPLUG_VERSION="2.4.2"
typeset -gx _ZPLUG_URL="https://github.com/zplug/zplug"
typeset -gx _ZPLUG_OHMYZSH="robbyrussell/oh-my-zsh"
typeset -gx _ZPLUG_PREZTO="sorin-ionescu/prezto"
Expand Down
2 changes: 1 addition & 1 deletion doc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.4.2
2 changes: 1 addition & 1 deletion doc/guide/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ antigen や zgen、もしくは zplug v1 から移行するための情報は [z
[license]: http://b4b4r07.mit-license.org
[travis-link]: https://travis-ci.org/zplug/zplug
[travis-badge]: https://img.shields.io/travis/zplug/zplug.svg?style=flat-square
[latest-badge]: https://img.shields.io/badge/latest-v2.4.1-ca7f85.svg?style=flat-square
[latest-badge]: https://img.shields.io/badge/latest-v2.4.2-ca7f85.svg?style=flat-square
[latest-link]: https://github.com/zplug/zplug/releases/latest
[stable-badge]: https://img.shields.io/badge/stable-v2.3.2-e9a326.svg?style=flat-square
[stable-link]: https://github.com/zplug/zplug/releases/tag/2.3.2
Expand Down

0 comments on commit 8f14b48

Please sign in to comment.