Skip to content

Commit

Permalink
Bump SDK and CLI to 2.8.1 (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier authored Oct 10, 2024
1 parent aa72dac commit 62cecf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ironfish-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ironfish",
"version": "2.8.0",
"version": "2.8.1",
"description": "CLI for running and interacting with an Iron Fish node",
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
"main": "build/src/index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@ironfish/rust-nodejs": "2.7.0",
"@ironfish/sdk": "2.8.0",
"@ironfish/sdk": "2.8.1",
"@ledgerhq/errors": "6.19.1",
"@ledgerhq/hw-transport-node-hid": "6.29.5",
"@oclif/core": "4.0.11",
Expand Down
2 changes: 1 addition & 1 deletion ironfish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ironfish/sdk",
"version": "2.8.0",
"version": "2.8.1",
"description": "SDK for running and interacting with an Iron Fish node",
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
"main": "build/src/index.js",
Expand Down

0 comments on commit 62cecf6

Please sign in to comment.