Skip to content

Commit ae388d7

Browse files
benedettadavicojstuczyn
authored andcommitted
bump versions
1 parent 30ccf6b commit ae388d7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

clients/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-client"
3-
version = "1.1.64"
3+
version = "1.1.65"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-socks5-client"
3-
version = "1.1.64"
3+
version = "1.1.65"
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"

nym-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.67"
7+
version = "1.1.68"
88
authors.workspace = true
99
edition = "2021"
1010
rust-version.workspace = true

nym-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

service-providers/network-requester/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.65"
7+
version = "1.1.66"
88
authors.workspace = true
99
edition.workspace = true
1010
rust-version = "1.85"

tools/nym-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-cli"
3-
version = "1.1.64"
3+
version = "1.1.65"
44
authors.workspace = true
55
edition = "2021"
66
license.workspace = true

tools/nymvisor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nymvisor"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
authors.workspace = true
55
repository.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)