Skip to content

Commit

Permalink
refactored xxh3 + prepare for release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oertl committed Aug 3, 2024
1 parent caffe3b commit 93410bd
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 294 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ To add a dependency on hash4j using Maven, use the following:
<dependency>
<groupId>com.dynatrace.hash4j</groupId>
<artifactId>hash4j</artifactId>
<version>0.17.0</version>
<version>0.18.0</version>
</dependency>
```
To add a dependency using Gradle:
```gradle
implementation 'com.dynatrace.hash4j:hash4j:0.17.0'
implementation 'com.dynatrace.hash4j:hash4j:0.18.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 @@ -80,7 +80,7 @@ java {
}

group = 'com.dynatrace.hash4j'
version = '0.17.0'
version = '0.18.0'


spotless {
Expand Down
Loading

0 comments on commit 93410bd

Please sign in to comment.