Skip to content

Commit

Permalink
Added line break after Greasemonkey starter begin bump echo for reada…
Browse files Browse the repository at this point in the history
…bility w/ following multiline output
  • Loading branch information
adamlui committed Dec 29, 2024
1 parent 4ea7839 commit ecc58bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sed -i \
echo "v$NEW_VER"

# Bump chatgpt.js version in Greasemonkey starter
echo -e "${BY}\nBumping versions in Greasemonkey starter...${BW}"
echo -e "${BY}\nBumping versions in Greasemonkey starter...${BW}\n"
sed -i "s|\(chatgpt\.js@\)[0-9.]\+|\1$NEW_VER|g" starters/greasemonkey/*.user.js
echo "chatgpt.js v$NEW_VER"

Expand Down

0 comments on commit ecc58bd

Please sign in to comment.