Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Dec 13, 2023
1 parent b133f65 commit a526d06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit a526d06

Please sign in to comment.