Skip to content

Commit

Permalink
changed version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfhepp committed Jan 27, 2024
1 parent 924f216 commit 4d6d644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdf.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# cdf.sh
# Version 0.2
# Version 0.3
# (C) 2024 by Martin Hepp, https://www.heppnetz.de
# Github repository: https://github.com/mfhepp/cdf
# Available under the MIT License
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# install.sh
# Version 0.1
# Version 0.3
# (C) 2024 by Martin Hepp, https://www.heppnetz.de
# Github repository: https://github.com/mfhepp/cdf
# Available under the MIT License
Expand All @@ -20,7 +20,7 @@ fi
if ! command -v find >/dev/null 2>&1; then
printf "ERROR: The required find command is not supported on this platform.\n"
exit 1
fi
fi
printf "Dependencies found.\n"
if [ -z "${CDFPATH}" ]; then
# Default directory suffix for shortcuts (relative to $HOME)
Expand Down

0 comments on commit 4d6d644

Please sign in to comment.