diff --git a/Cargo.lock b/Cargo.lock index df59b9a..6f629dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1476,7 +1476,7 @@ dependencies = [ [[package]] name = "eth-signature-verifier" -version = "0.2.0" +version = "0.3.0" dependencies = [ "alloy", "alloy-node-bindings", diff --git a/Cargo.toml b/Cargo.toml index 2ad9ce7..e294e55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eth-signature-verifier" description = "Universal Etheruem signature verification with ERC-6492" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Royal Engineering"] license = "MIT"