Skip to content

Commit

Permalink
bump-2 (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Dec 18, 2024
1 parent d0e17a8 commit e590ce4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.258",
"version": "1.1.259",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ read NEW_VERSION

# If NEW_VERSION is not empty, replace the version in package.json
if [ -n "$NEW_VERSION" ]; then
sed -i "s/ \"version\": \"$VERSION\"/ \"version\": \"$NEW_VERSION\"/" package.json
sed -i "" "s/ \"version\": \"$VERSION\"/ \"version\": \"$NEW_VERSION\"/" package.json
echo "Version bumped to $NEW_VERSION"
npm i
fi
Expand Down

0 comments on commit e590ce4

Please sign in to comment.