Skip to content

Commit ee3ddba

Browse files
committed
Bump 2.5.29
1 parent 732945c commit ee3ddba

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ page](https://github.com/zplug/zplug/wiki/Migration).
397397
[license]: http://b4b4r07.mit-license.org
398398
[travis-link]: https://travis-ci.org/zplug/zplug
399399
[travis-badge]: https://img.shields.io/travis/zplug/zplug.svg?style=flat-square
400-
[latest-badge]: https://img.shields.io/badge/latest-v2.5.28-ca7f85.svg?style=flat-square
400+
[latest-badge]: https://img.shields.io/badge/latest-v2.5.29-ca7f85.svg?style=flat-square
401401
[latest-link]: https://github.com/zplug/zplug/releases/latest
402402
[stable-badge]: https://img.shields.io/badge/stable-v2.1.0-e9a326.svg?style=flat-square
403403
[stable-link]: https://github.com/zplug/zplug/releases/tag/2.1.0

base/core/core.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ __zplug::core::core::variable()
176176
typeset -gx ZPLUG_SUDO_PASSWORD
177177
typeset -gx ZPLUG_ERROR_LOG=${ZPLUG_ERROR_LOG:-$ZPLUG_HOME/.error_log}
178178

179-
typeset -gx _ZPLUG_VERSION="2.5.28"
179+
typeset -gx _ZPLUG_VERSION="2.5.29"
180180
typeset -gx _ZPLUG_URL="https://github.com/zplug/zplug"
181181
typeset -gx _ZPLUG_OHMYZSH="robbyrussell/oh-my-zsh"
182182
typeset -gx _ZPLUG_PREZTO="sorin-ionescu/prezto"

doc/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.28
1+
2.5.29

doc/guide/ja/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ antigen や zgen、もしくは zplug v1 から移行するための情報は [z
395395
[license]: http://b4b4r07.mit-license.org
396396
[travis-link]: https://travis-ci.org/zplug/zplug
397397
[travis-badge]: https://img.shields.io/travis/zplug/zplug.svg?style=flat-square
398-
[latest-badge]: https://img.shields.io/badge/latest-v2.5.28-ca7f85.svg?style=flat-square
398+
[latest-badge]: https://img.shields.io/badge/latest-v2.5.29-ca7f85.svg?style=flat-square
399399
[latest-link]: https://github.com/zplug/zplug/releases/latest
400400
[stable-badge]: https://img.shields.io/badge/stable-v2.1.0-e9a326.svg?style=flat-square
401401
[stable-link]: https://github.com/zplug/zplug/releases/tag/2.1.0

0 commit comments

Comments
 (0)