Skip to content

Commit

Permalink
fix: revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
merlosy committed Nov 26, 2021
1 parent f14c0ea commit f17dde2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/material-file-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-material-file-input",
"version": "3.0.0",
"version": "2.1.1",
"license": "MIT",
"author": {
"name": "Jeremy Legros"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-file-input",
"version": "3.0.0",
"version": "2.1.1",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down
6 changes: 3 additions & 3 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ git commit -m "Release version ${NEW_VERSION}"
echo "> Tag release version"
git tag -a "v${NEW_VERSION}" -m "Tag version ${NEW_VERSION}"

echo "> Pushing changes to origin"
git push --set-upstream origin ${BRANCH}

echo "> Publishing to npm"
npm run publish:lib

echo "> Pushing changes to origin"
git push --set-upstream origin ${BRANCH}

echo "> Pushing tag to origin"
git push --tags

Expand Down

0 comments on commit f17dde2

Please sign in to comment.