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