From a3b7fbd9b6209051902d6dac25003bb89e810d56 Mon Sep 17 00:00:00 2001 From: zml Date: Mon, 3 May 2021 14:52:44 -0700 Subject: [PATCH] release: Version 2.0.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 68dc020..2ac3279 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { // -- General setup -- // group = "org.spongepowered" -version = "2.0.0-SNAPSHOT" +version = "2.0.0" description = "Immutable math library for Java with a focus on games and computer graphics." repositories {