File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ More info visit: https://github.com/dineshgowda24/alfred-gcp-workflow</string>
262262 <key >variablesdontexport </key >
263263 <array />
264264 <key >version </key >
265- <string >v0 .0.1 </string >
265+ <string >v1 .0.0-rc1 </string >
266266 <key >webaddress </key >
267267 <string >https://github.com/dineshgowda24/alfred-gcp-workflow </string >
268268</dict >
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ commit_version_update() {
4242 if [[ " $SHOULD_COMMIT " == " y" || " $SHOULD_COMMIT " == " Y" ]]; then
4343 bold " Committing and pushing changes..."
4444 git add info.plist
45- git commit -m " Release ${VERSION} " && git push origin master &
45+ git commit -m " Release ${VERSION} " && git push origin main &
4646 spinner $!
47- green " ✔️ Committed and pushed to master ."
47+ green " ✔️ Committed and pushed to main ."
4848 else
4949 yellow " ⚡ Skipped commit and push."
5050 fi
You can’t perform that action at this time.
0 commit comments