Skip to content

Commit

Permalink
bump substrate package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski authored and welldan97 committed Aug 21, 2024
1 parent d7ced8b commit e21c2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/staking-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@chorus-one/signer-fireblocks": "^1.0.0",
"@chorus-one/signer-local": "^1.0.0",
"@chorus-one/solana": "^1.0.0",
"@chorus-one/substrate": "^1.0.0",
"@chorus-one/substrate": "^1.0.1",
"@chorus-one/ton": "^1.0.0",
"@chorus-one/utils": "^1.0.0",
"@commander-js/extra-typings": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chorus-one/substrate",
"version": "1.0.0",
"version": "1.0.1",
"description": "All-in-one toolkit for building staking dApps on Substrate Network SDK blockchains(Polkadot, Kusama, etc.)",
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.mjs.json --outDir dist/mjs && tsc -p tsconfig.cjs.json --outDir dist/cjs && bash ../../scripts/fix-package-json"
Expand Down

0 comments on commit e21c2dc

Please sign in to comment.