Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jun 23, 2019
1 parent 11b7b6d commit ec3284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ args() {
l*) pkg_list "$2" ;;
r*) pkg_remove "${2-null}" || die "Package '${2-null}' not installed." ;;
u*) pkg_updates ;;
v*) log "$kiss 0.1.3" ;;
v*) log "$kiss 0.1.4" ;;

*) log "$kiss [b|c|i|l|r|u] [pkg]" \
"build: Build a package." \
Expand Down

0 comments on commit ec3284d

Please sign in to comment.