From 86c3700cfd11ba53da18bff1987c69d19de17b81 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:45:37 +0200 Subject: Version 0.27 Beta 15 --- root.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'root.gradle.kts') diff --git a/root.gradle.kts b/root.gradle.kts index 9346a78f9..58285a701 100644 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -14,7 +14,7 @@ plugins { allprojects { group = "at.hannibal2.skyhanni" - version = "0.27.Beta.14" + version = "0.27.Beta.15" repositories { mavenCentral() mavenLocal() -- cgit