Skip to content

Commit 54aef7c

Browse files
bump binary versions
1 parent 6c45c9f commit 54aef7c

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-client"
3-
version = "1.1.47"
3+
version = "1.1.48"
44
authors = ["Dave Hrycyszyn <[email protected]>", "Jędrzej Stuczyński <[email protected]>"]
55
description = "Implementation of the Nym Client"
66
edition = "2021"

clients/socks5/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-socks5-client"
3-
version = "1.1.47"
3+
version = "1.1.48"
44
authors = ["Dave Hrycyszyn <[email protected]>"]
55
description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address"
66
edition = "2021"

explorer-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "explorer-api"
3-
version = "1.1.45"
3+
version = "1.1.46"
44
edition = "2021"
55
license.workspace = true
66

nym-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "nym-api"
66
license = "GPL-3.0"
7-
version = "1.1.49"
7+
version = "1.1.50"
88
authors.workspace = true
99
edition = "2021"
1010
rust-version.workspace = true

nym-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "nym-node"
6-
version = "1.4.0"
6+
version = "1.5.0"
77
authors.workspace = true
88
repository.workspace = true
99
homepage.workspace = true

service-providers/network-requester/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "nym-network-requester"
66
license = "GPL-3.0"
7-
version = "1.1.48"
7+
version = "1.1.49"
88
authors.workspace = true
99
edition.workspace = true
1010
rust-version = "1.70"

tools/nym-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-cli"
3-
version = "1.1.47"
3+
version = "1.1.48"
44
authors.workspace = true
55
edition = "2021"
66
license.workspace = true

tools/nymvisor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nymvisor"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
authors.workspace = true
55
repository.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)