Skip to content

Commit

Permalink
version bump 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Apr 22, 2024
1 parent 95a6f8b commit a54676e
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 @@ -10,7 +10,7 @@ instantly using a fuzzy match, with or without an interactive menu.

# Fuzzy CD

![Version](https://img.shields.io/badge/version-0.2.3-blue.svg)
![Version](https://img.shields.io/badge/version-0.2.4-blue.svg)
[![Build Status](https://github.com/DannyBen/fuzzycd/workflows/Test/badge.svg)](https://github.com/DannyBen/fuzzycd/actions?query=workflow%3ATest)

## Features
Expand Down
2 changes: 1 addition & 1 deletion fuzzycd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

fuzzycd_run() {
local version="0.2.3"
local version="0.2.4"
local histfile=${FUZZYCD_HISTORY_FILE:-"$HOME/.fuzzycd-history"}

_fzcd_is_dirname() {
Expand Down
2 changes: 1 addition & 1 deletion test/approvals/cd_h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fuzzycd 0.2.3
fuzzycd 0.2.4

Usage:
cd DIR change working directory
Expand Down
2 changes: 1 addition & 1 deletion test/approvals/cd_v
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fuzzycd 0.2.3
fuzzycd 0.2.4

0 comments on commit a54676e

Please sign in to comment.