From 750d3cc88ef81ff0032531bb9bf596f8af0ba305 Mon Sep 17 00:00:00 2001 From: d-hrs Date: Wed, 30 Oct 2024 16:42:50 +0900 Subject: [PATCH] bump version to 0.4.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d4e1f9f..8793ad8 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { } group = "io.github.hiroyuki-sato" -version = "0.4.1" +version = "0.4.2" description = "Parses JSON files with JSONPath read by other file input plugins." sourceCompatibility = 1.8