From aa089c69c969342283cda9851092d6d4cfd8e35c Mon Sep 17 00:00:00 2001 From: kaklakariada Date: Sat, 27 Jan 2024 15:36:22 +0100 Subject: [PATCH] Increment version --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27feba7..41badf2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ repositories { } dependencies { - testCompile 'org.itsallcode:hamcrest-auto-matcher:0.5.0' + testCompile 'org.itsallcode:hamcrest-auto-matcher:0.5.1' } ``` @@ -39,7 +39,7 @@ dependencies { org.itsallcode hamcrest-auto-matcher - 0.5.0 + 0.5.1 test ``` diff --git a/build.gradle b/build.gradle index d226d59..d93bb41 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { } group 'org.itsallcode' -version = '0.5.0' +version = '0.5.1' java { toolchain {