Skip to content

Commit

Permalink
chore: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Jun 21, 2024
1 parent 8065c2f commit 74a8333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Maven
<dependency>
<groupId>net.osslabz</groupId>
<artifactId>evm-abi-decoder</artifactId>
<version>0.0.10</version>
<version>0.0.11</version>
</dependency>
```

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.osslabz</groupId>
<artifactId>evm-abi-decoder</artifactId>
<version>0.0.10</version>
<version>0.0.11</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Allows to decode raw input data from an EVM smart contract call (on Ethereum or a compatible chain like
Expand Down

0 comments on commit 74a8333

Please sign in to comment.