Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Mar 31, 2023
1 parent c7e9684 commit feae7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.d/enhancd.fish
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function __enhancd_install --on-event enhancd_install

set -Ux ENHANCD_COMPLETION_KEYBIND "^I"

set -Ux _ENHANCD_VERSION "2.4.0"
set -Ux _ENHANCD_VERSION "2.4.1"

# Set the filters if empty
set -Ux ENHANCD_FILTER "fzy:fzf:peco:sk:zf"
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export ENHANCD_COMPLETION_DEFAULT
export ENHANCD_COMPLETION_KEYBIND="${ENHANCD_COMPLETION_KEYBIND:-^I}"
export ENHANCD_COMPLETION_BEHAVIOR="${ENHANCD_COMPLETION_BEHAVIOR:-default}"

export _ENHANCD_VERSION="2.4.0"
export _ENHANCD_VERSION="2.4.1"

if [[ -n ${BASH_VERSION} ]]; then
# BASH
Expand Down

0 comments on commit feae7a2

Please sign in to comment.