From 60502473fd96c2f24f62079e07910b4a90c47453 Mon Sep 17 00:00:00 2001 From: Maxim Andreev Date: Wed, 5 Jun 2024 10:58:59 +0300 Subject: [PATCH] v0.3.4 --- 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 b6cc02c..edca8fc 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "evmole", - "version": "0.3.3", + "version": "0.3.4", "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 a2e4f55..17f2fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "evmole" -version = "0.3.3" +version = "0.3.4" 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 dc06c33..ea46131 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evmole" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "Extracts function selectors and arguments from EVM bytecode" authors = ["Maxim Andreev "]