From 74a8333a8c13871860131520647ded616b2bb8b6 Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Fri, 21 Jun 2024 10:10:43 +0200 Subject: [PATCH] chore: increment version --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31edc69..90ffc31 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Maven net.osslabz evm-abi-decoder - 0.0.10 + 0.0.11 ``` @@ -61,4 +61,4 @@ System.out.println(decodedFunctionCall.getName()); // prints swapExactTokensForE Logging ------ This project uses slf4j-api but doesn't package an implementation. This is up to the using application. For the -tests logback is backing slf4j as implementation, with a default configuration logging to STOUT. +tests logback is backing slf4j as implementation, with a default configuration logging to STOUT. \ No newline at end of file diff --git a/pom.xml b/pom.xml index c42744e..519ab35 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ net.osslabz evm-abi-decoder - 0.0.10 + 0.0.11 ${project.groupId}:${project.artifactId} Allows to decode raw input data from an EVM smart contract call (on Ethereum or a compatible chain like