Skip to content

Commit

Permalink
v1.11.0 (#4375)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjadvani authored Oct 19, 2023
1 parent 2e66a92 commit f894539
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ironfish-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ironfish",
"version": "1.10.0",
"version": "1.11.0",
"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 @@ -62,7 +62,7 @@
"@aws-sdk/client-secrets-manager": "3",
"@aws-sdk/s3-request-presigner": "3",
"@ironfish/rust-nodejs": "1.9.0",
"@ironfish/sdk": "1.10.1",
"@ironfish/sdk": "1.11.0",
"@oclif/core": "1.23.1",
"@oclif/plugin-help": "5.1.12",
"@oclif/plugin-not-found": "2.3.1",
Expand Down Expand Up @@ -103,4 +103,4 @@
"url": "https://github.com/iron-fish/ironfish/issues"
},
"homepage": "https://ironfish.network"
}
}
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": "1.10.1",
"version": "1.11.0",
"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
2 changes: 1 addition & 1 deletion simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"docs:open": "open docs/index.html"
},
"dependencies": {
"@ironfish/sdk": "1.10.1",
"@ironfish/sdk": "1.11.0",
"@oclif/core": "1.23.1",
"@oclif/plugin-help": "5.1.12",
"@oclif/plugin-not-found": "2.3.1",
Expand Down

0 comments on commit f894539

Please sign in to comment.