From 7839885d005b65172f4cc7277e7142091a903d89 Mon Sep 17 00:00:00 2001 From: Tofpu <47629321+Tofpu@users.noreply.github.com> Date: Sat, 19 Mar 2022 21:36:02 +0200 Subject: [PATCH] version bump --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea6f147c..62fa7a66 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "io.tofpu.speedbridge2" -version = "1.0.6" +version = "1.0.7" tasks { compileJava { @@ -90,4 +90,4 @@ dependencies { exclude("rhino", "js") exclude("com.sk89q", "worldedit") } -} \ No newline at end of file +}