Skip to content

Commit 21d5064

Browse files
committed
Bump versions for release
1 parent 83dce4f commit 21d5064

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ironfish-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ironfish",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "CLI for running and interacting with an Iron Fish node",
55
"author": "Iron Fish <[email protected]> (https://ironfish.network)",
66
"main": "build/src/index.js",
@@ -62,8 +62,8 @@
6262
},
6363
"dependencies": {
6464
"@ironfish/multisig-broker": "0.3.0",
65-
"@ironfish/rust-nodejs": "2.9.0",
66-
"@ironfish/sdk": "2.10.0",
65+
"@ironfish/rust-nodejs": "2.10.0",
66+
"@ironfish/sdk": "2.11.0",
6767
"@ledgerhq/errors": "6.19.1",
6868
"@ledgerhq/hw-transport-node-hid": "6.29.5",
6969
"@oclif/core": "4.0.11",

ironfish-rust-nodejs/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-darwin-arm64",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"darwin"
66
],

ironfish-rust-nodejs/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-darwin-x64",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"darwin"
66
],

ironfish-rust-nodejs/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-arm64-gnu",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-arm64-musl",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-x64-gnu",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-linux-x64-musl",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"linux"
66
],

ironfish-rust-nodejs/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs-win32-x64-msvc",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"os": [
55
"win32"
66
],

ironfish-rust-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironfish/rust-nodejs",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Node.js bindings for Rust code required by the Iron Fish SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)