Skip to content

Commit b83b2f8

Browse files
committed
release 0.6.2
1 parent 16aa2c7 commit b83b2f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ To add a dependency on hash4j using Maven, use the following:
1616
<dependency>
1717
<groupId>com.dynatrace.hash4j</groupId>
1818
<artifactId>hash4j</artifactId>
19-
<version>0.6.1</version>
19+
<version>0.6.2</version>
2020
</dependency>
2121
```
2222
To add a dependency using Gradle:
2323
```gradle
24-
implementation 'com.dynatrace.hash4j:hash4j:0.6.1'
24+
implementation 'com.dynatrace.hash4j:hash4j:0.6.2'
2525
```
2626

2727
## Hash algorithms

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ java {
5656
}
5757

5858
group = 'com.dynatrace.hash4j'
59-
version = '0.6.1'
59+
version = '0.6.2'
6060

6161
spotless {
6262
ratchetFrom 'origin/main'

0 commit comments

Comments
 (0)