Skip to content

Commit

Permalink
Fix update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Nov 2, 2021
1 parent 50231b7 commit c3b620d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ npm test
VERSION=`cat node_modules/@mdi/js/package.json | jq -r .version`
git add --all
git commit -m "Update to mdi $VERSION."
git push origin v5
git push origin mui-v3

0 comments on commit c3b620d

Please sign in to comment.