From 95b9f4eee288421a758c82a09e231e39244b56e7 Mon Sep 17 00:00:00 2001 From: oshai Date: Mon, 18 Dec 2023 17:52:08 +0200 Subject: [PATCH] bump version to 5.1.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 17077fb6..1c0c3306 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { apply("versions.gradle.kts") group = "io.github.oshai" -version = "5.1.2" +version = "5.1.3" repositories { gradlePluginPortal()