diff --git a/js/package.json b/js/package.json index 82d97ee..c12ed6e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "evmole", - "version": "0.3.2", + "version": "0.3.3", "description": "Extracts function selectors and arguments from EVM bytecode", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", diff --git a/pyproject.toml b/pyproject.toml index 9e6561a..5085d78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evmole" -version = "0.3.2" +version = "0.3.3" description = "Extracts function selectors and arguments from EVM bytecode" authors = ["Maxim Andreev "] license = "MIT" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 43b65fa..dc06c33 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evmole" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "Extracts function selectors and arguments from EVM bytecode" authors = ["Maxim Andreev "]