From 769079a48f7dfca6ec1cf54aec3ec38ed43f3276 Mon Sep 17 00:00:00 2001 From: Marcin Kuszczak <1508798+aartiPl@users.noreply.github.com> Date: Thu, 26 Jan 2023 17:04:14 +0100 Subject: [PATCH] * Updated kscript version * Updated NEWS.adoc Signed-off-by: Marcin Kuszczak <1508798+aartiPl@users.noreply.github.com> --- NEWS.adoc | 10 ++++++++++ build.gradle.kts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.adoc b/NEWS.adoc index 0eb1445c..48182287 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,5 +1,15 @@ = Changes +== [4.2.1] - 2023-01-26 + +*Enhancements* + +* Scoop installer (thanks to https://github.com/goto1134) + +*Bugfixes* + +* The correct way of resolving kscript binary on Windows (thanks to https://github.com/goto1134) + == [4.2.0] - 2023-01-14 *Breaking changes* diff --git a/build.gradle.kts b/build.gradle.kts index 1c038658..b7895115 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ repositories { } group = "io.github.kscripting" -version = "4.2.0" +version = "4.2.1" buildConfig { packageName(project.group.toString() + "." + project.name)