Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
catdev2024 committed Nov 4, 2024
1 parent 43f8d98 commit 22c56d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@cat-protocol/cat-smartcontracts": "0.2.3",
"@cat-protocol/cat-smartcontracts": "0.2.4",
"@types/inquirer": "^8.1.3",
"bigi": "^1.4.2",
"bip32": "^4.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/smartcontracts/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@cat-protocol/cat-smartcontracts",
"version": "0.2.3",
"version": "0.2.4",
"description": "CAT protocol smart contracts.",
"author": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prebuild": "npm run clean && npm run compile",
"prepublishOnly": "npm run build",
"build": "tsc",
"deploy": "npx ts-node ./deploy.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@cat-protocol/cat-smartcontracts": "0.2.3",
"@cat-protocol/cat-smartcontracts": "0.2.4",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.0.0",
Expand Down

0 comments on commit 22c56d1

Please sign in to comment.