From 644aade21fb1de988f2a4ea60c5a0631d00429ee Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Thu, 14 Sep 2023 14:05:43 +0900 Subject: [PATCH] v0.4.1 Missing increment version number. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 45ff046..d4e1f9f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ repositories { } group = "io.github.hiroyuki-sato" -version = "0.4.0" +version = "0.4.1" description = "Parses JSON files with JSONPath read by other file input plugins." sourceCompatibility = 1.8