From 904e39b73a720b3a2d473f236fafeec9f562533f Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Mon, 24 Jun 2019 21:37:45 -0400 Subject: [PATCH] Velocity 1.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6e3ed09a..30c1e5687 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group 'com.velocitypowered' - version '1.0.1-SNAPSHOT' + version '1.0.1' sourceCompatibility = 1.8 targetCompatibility = 1.8