Skip to content

Commit

Permalink
release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed Jun 26, 2023
1 parent efe058f commit 7ceae7e
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,12 +25,12 @@ To add a dependency on hash4j using Maven, use the following:
<dependency>
<groupId>com.dynatrace.hash4j</groupId>
<artifactId>hash4j</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
</dependency>
```
To add a dependency using Gradle:
```gradle
implementation 'com.dynatrace.hash4j:hash4j:0.10.0'
implementation 'com.dynatrace.hash4j:hash4j:0.11.0'
```

## Hash algorithms
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ java {
}

group = 'com.dynatrace.hash4j'
version = '0.10.0'
version = '0.11.0'

spotless {
ratchetFrom 'origin/main'
Expand Down

0 comments on commit 7ceae7e

Please sign in to comment.