From 1d425caf10bba11ae9625c284c057c6b23783468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Wed, 22 Nov 2023 15:48:13 +0100 Subject: [PATCH] Release 1.0.1 --- Readme.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.adoc b/Readme.adoc index af09d47..f3a5f08 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -4,7 +4,7 @@ https://github.com/gradle/cucumber-companion/actions/workflows/verify.yml[image: = Cucumber Companion // Keep in sync with gradle.properties -:version: 1.0.0 +:version: 1.0.1 // keep in sync with version catalog (libs.version.toml) :minGradleVersion: 7.3 :minMavenVersion: 3.8.6 diff --git a/gradle.properties b/gradle.properties index 53079f4..02ed7bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.caching=true org.gradle.configuration-cache=true group=com.gradle.cucumber.companion # NOTE: Keep version in sync with Readme.adoc -version=1.0.0 +version=1.0.1 org.gradle.java.installations.fromEnv=JDK_1_8,JDK8,JDK9,JDK17