Skip to content

Commit 804e67c

Browse files
authored
Merge pull request #346 from dynatrace-oss/release-0.21.0
prepare for release
2 parents a35f57b + ff48a4f commit 804e67c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ To add a dependency on hash4j using Maven, use the following:
2626
<dependency>
2727
<groupId>com.dynatrace.hash4j</groupId>
2828
<artifactId>hash4j</artifactId>
29-
<version>0.20.0</version>
29+
<version>0.21.0</version>
3030
</dependency>
3131
```
3232
To add a dependency using Gradle:
3333
```gradle
34-
implementation 'com.dynatrace.hash4j:hash4j:0.20.0'
34+
implementation 'com.dynatrace.hash4j:hash4j:0.21.0'
3535
```
3636

3737
## Hash algorithms

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ tasks.withType(JavaCompile).configureEach {
144144
}
145145

146146
group = "com.dynatrace.hash4j"
147-
version = "0.20.0"
147+
version = "0.21.0"
148148

149149

150150
static def readJavaLicense(licenseName) {

0 commit comments

Comments
 (0)