From e13645bbef1fa8423007b2e08c2da14d58d12e1e Mon Sep 17 00:00:00 2001 From: Otmar Ertl Date: Tue, 5 Sep 2023 20:50:58 +0200 Subject: [PATCH] prepare for release 0.12.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfaf06f8..5357938e 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.11.0 + 0.12.0 ``` To add a dependency using Gradle: ```gradle -implementation 'com.dynatrace.hash4j:hash4j:0.11.0' +implementation 'com.dynatrace.hash4j:hash4j:0.12.0' ``` ## Hash algorithms diff --git a/build.gradle b/build.gradle index 89c4f306..86ed9bd5 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ java { } group = 'com.dynatrace.hash4j' -version = '0.11.0' +version = '0.12.0' spotless { ratchetFrom 'origin/main'