diff --git a/js/package.json b/js/package.json index 034b10c..886799c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,7 +1,7 @@ { "name": "evmole", - "version": "0.1.2", - "description": "Extracts function selectors from EVM bytecode", + "version": "0.2.0", + "description": "Extracts function selectors and arguments from EVM bytecode", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", diff --git a/pyproject.toml b/pyproject.toml index 7c048fd..e803cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "evmole" -version = "0.1.2" -description = "Extracts function selectors from EVM bytecode" +version = "0.2.0" +description = "Extracts function selectors and arguments from EVM bytecode" authors = ["Maxim Andreev "] license = "MIT" readme = "README.md"