Skip to content

Commit

Permalink
Set version to v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-lisanin committed Mar 14, 2024
1 parent 564dbc9 commit db0a2af
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions evm_loader/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion evm_loader/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-api"
version = "1.11.1"
version = "1.11.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-cli"
version = "1.11.1"
version = "1.11.2"
authors = ["NeonLabs Maintainers <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion evm_loader/lib-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-lib-interface"
version = "0.1.0"
version = "1.11.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-lib"
version = "1.11.1"
version = "1.11.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "evm-loader"
version = "1.11.1"
version = "1.11.2"
description = "Neon EVM loader"
authors = ["NeonLabs Maintainers <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit db0a2af

Please sign in to comment.