From 14b289363aa2b191cdb55cf87e3b84d187aa2dd1 Mon Sep 17 00:00:00 2001 From: Evan Saulpaugh Date: Wed, 8 Dec 2021 04:48:54 -0600 Subject: [PATCH] update version to 5.6.0-SNAPSHOT --- README.md | 4 ++-- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f22bc4f05..b32f15660 100644 --- a/README.md +++ b/README.md @@ -104,14 +104,14 @@ Or build locally: Clone the project and install to your local maven repository using `gradle publishToMavenLocal` or `mvn install`, then declare it as a dependency: ```groovy -implementation 'com.esaulpaugh:headlong:5.5.1-SNAPSHOT' +implementation 'com.esaulpaugh:headlong:5.6.0-SNAPSHOT' ``` ```xml com.esaulpaugh headlong - 5.5.1-SNAPSHOT + 5.6.0-SNAPSHOT ``` Alternatively: diff --git a/build.gradle b/build.gradle index e754b2c88..adabaf92c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { group 'com.esaulpaugh' archivesBaseName = "headlong" -version '5.5.1-SNAPSHOT' +version '5.6.0-SNAPSHOT' sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/pom.xml b/pom.xml index d86d34eb0..02582ac9b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.esaulpaugh headlong - 5.5.1-SNAPSHOT + 5.6.0-SNAPSHOT jar headlong