Skip to content

Commit

Permalink
Upgraded to v8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Feb 3, 2025
1 parent d76d3dc commit 155db51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ VERSION_NEW_BASE=$NEW_VERSION
sed -i '' "s|$VERSION_OLD_BASE|$VERSION_NEW_BASE|g" ./VERSION

# Update version in manifest.json
sed -i '' "s|$OLD_BASE|$NEW_BASE|g" ./chrome-ext-files/manifest.json
# sed -i '' "s|$OLD_BASE|$NEW_BASE|g" ./chrome-ext-files/manifest.json

# Update version in package.json
sed -i '' "s|$OLD_BASE|$NEW_BASE|g" ./package.json

# Update version in cwex.yml
sed -i '' "s|$CWEX_OLD_BASE|$CWEX_NEW_BASE|g" ./cwex.yml
# sed -i '' "s|$CWEX_OLD_BASE|$CWEX_NEW_BASE|g" ./cwex.yml

# Update version in altair-graphql.nuspec
sed -i '' "s|$XML_OLD_BASE|$XML_NEW_BASE|g" ./chocolatey/altair-graphql.nuspec
Expand Down

0 comments on commit 155db51

Please sign in to comment.