Skip to content

Commit

Permalink
publish version v1.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: James Ng <[email protected]>
  • Loading branch information
0xj4m35 committed Dec 2, 2024
1 parent f893160 commit 2fde51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minswap/minswap-tokens",
"version": "1.0.4",
"version": "1.0.5",
"description": "The merge of deprecated verified-tokens and market-cap repositories, which contains a list of tokens, exposes APIs for transparent access to circulating supply and total supply.",
"main": "build/index.js",
"module": "build/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/pump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm publish

echo "commit new version"
git add package.json
git commit -m "publish version v$version"
git commit -s -m "publish version v$version"

echo "tag version"
git tag v"$version"
Expand Down

0 comments on commit 2fde51c

Please sign in to comment.