Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosz-lipinski committed Mar 4, 2021
1 parent 498f2dd commit 188f09c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-registry",
"version": "0.1.10",
"version": "0.2.0",
"description": "Solana Token Registry",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,7 @@
"reset-hard": "git clean -dfx && git reset --hard && npm i",
"prepare-release": "run-s reset-hard test cov:check doc:html version doc:publish",
"purge:cdn": "run-s purge:cdn:*",
"purge:cdn:mainnet": "npx req https://purge.jsdelivr.net/gh/solana-labs/token-list@main/src/tokens/mainnet-beta.json",
"purge:cdn:testnet": "npx req https://purge.jsdelivr.net/gh/solana-labs/token-list@main/src/tokens/testnet.json"
"purge:cdn:solana": "npx req https://purge.jsdelivr.net/gh/solana-labs/token-list@main/src/tokens/solana.tokenlist.json"
},
"engines": {
"node": ">=10"
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/solana.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@
],
"version": {
"major": 0,
"minor": 0,
"patch": 1
"minor": 2,
"patch": 0
}
}

0 comments on commit 188f09c

Please sign in to comment.