diff --git a/README.md b/README.md index 35b73f22..a4c6171d 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ To add a dependency on hash4j using Maven, use the following: com.dynatrace.hash4j hash4j - 0.14.0 + 0.15.0 ``` 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 diff --git a/build.gradle b/build.gradle index 6311de26..a51387a4 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ java { } group = 'com.dynatrace.hash4j' -version = '0.14.0' +version = '0.15.0' spotless {