diff --git a/js/package.json b/js/package.json index cb3879b..743fd54 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "evmole", - "version": "0.3.7", + "version": "0.3.8", "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 0119eae..66727c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evmole" -version = "0.3.7" +version = "0.3.8" 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 fa3ad42..e1b8671 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evmole" -version = "0.3.7" +version = "0.3.8" edition = "2021" description = "Extracts function selectors and arguments from EVM bytecode" authors = ["Maxim Andreev "]