From e4c4bdb52da0714b76f506cc3b9caad762020c82 Mon Sep 17 00:00:00 2001 From: Maxim Andreev Date: Fri, 23 Aug 2024 16:02:37 +0300 Subject: [PATCH] v0.3.8 --- js/package.json | 2 +- pyproject.toml | 2 +- rust/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 "]