Merge branch 'master' into skip_upstream

This commit is contained in:
Paul Irish 2022-08-16 09:46:54 -07:00
commit 6136187009
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ case $(uname -s) in
;;
esac
COUNT=0
while getopts "n:" opt; do
case ${opt} in
n )

View file

@ -1,6 +1,6 @@
{
"name": "git-recent",
"version": "1.1.0",
"version": "1.1.1",
"description": "List recent git branches, formatted so fancy",
"bin": {
"git-recent": "git-recent"