Skip to content

Commit b57a8aa

Browse files
authored
Merge pull request #42 from Jon-Becker/fix/decompile
👷 build: bump version to 0.2.4
2 parents 402c8b0 + ee816dd commit b57a8aa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-common"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-config"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

heimdall/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
55
license = "MIT"
66
name = "heimdall"
77
readme = "README.md"
8-
version = "0.2.3"
8+
version = "0.2.4"
99

1010
[dependencies]
1111
backtrace = "0.3"

0 commit comments

Comments
 (0)