Skip to content

Commit d68a9e1

Browse files
authored
Merge pull request #191 from dynatrace-oss/release-0.15.0
prepare for release 0.15.0
2 parents 5fa8fbf + c7cc93a commit d68a9e1

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
@@ -25,12 +25,12 @@ To add a dependency on hash4j using Maven, use the following:
2525
<dependency>
2626
<groupId>com.dynatrace.hash4j</groupId>
2727
<artifactId>hash4j</artifactId>
28-
<version>0.14.0</version>
28+
<version>0.15.0</version>
2929
</dependency>
3030
```
3131
To add a dependency using Gradle:
3232
```gradle
33-
implementation 'com.dynatrace.hash4j:hash4j:0.14.0'
33+
implementation 'com.dynatrace.hash4j:hash4j:0.15.0'
3434
```
3535

3636
## Hash algorithms

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ java {
6868
}
6969

7070
group = 'com.dynatrace.hash4j'
71-
version = '0.14.0'
71+
version = '0.15.0'
7272

7373

7474
spotless {

0 commit comments

Comments
 (0)