From f579f9202612995ca3263d9663173255d5708f30 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Sat, 1 May 2021 16:28:22 +0300 Subject: [PATCH] update version --- gradle.properties | 2 +- protocol/gradle.properties | 3 +-- server/gradle.properties | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index a4f5f3e..5d603d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ project.group=mc-project project.name=mc-server -project.version=1.0-SNAPSHOT \ No newline at end of file +project.version=1.0 \ No newline at end of file diff --git a/protocol/gradle.properties b/protocol/gradle.properties index 572e805..369596d 100644 --- a/protocol/gradle.properties +++ b/protocol/gradle.properties @@ -1,3 +1,2 @@ # suppress inspection "UnusedProperty" for whole file -module.name=protocol -module.version=1.0-SNAPSHOT \ No newline at end of file +module.name=protocol \ No newline at end of file diff --git a/server/gradle.properties b/server/gradle.properties index e2373fb..998fe1e 100644 --- a/server/gradle.properties +++ b/server/gradle.properties @@ -1,3 +1,2 @@ # suppress inspection "UnusedProperty" for whole file -module.name=server -module.version=1.0-SNAPSHOT \ No newline at end of file +module.name=server \ No newline at end of file