Skip to content

Commit

Permalink
Merge pull request #191 from dynatrace-oss/release-0.15.0
Browse files Browse the repository at this point in the history
prepare for release 0.15.0
  • Loading branch information
oertl authored Dec 5, 2023
2 parents 5fa8fbf + c7cc93a commit d68a9e1
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.14.0</version>
<version>0.15.0</version>
</dependency>
```
To add a dependency using Gradle:
```gradle
implementation 'com.dynatrace.hash4j:hash4j:0.14.0'
implementation 'com.dynatrace.hash4j:hash4j:0.15.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.14.0'
version = '0.15.0'


spotless {
Expand Down

0 comments on commit d68a9e1

Please sign in to comment.