Update README

This commit is contained in:
KennyTV 2021-02-25 10:21:11 +01:00
parent a0351b8168
commit 16208b2a7f
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 6 additions and 1 deletions

View File

@ -43,6 +43,11 @@ You can find official dev builds here:
**Maven Repo:** https://repo.viaversion.com
Building:
--------
After cloning this repository, build the project with Gradle by running `/gradlew build` and take the created jar out of the `build/libs` directory.
License:
--------

View File

@ -7,7 +7,7 @@ plugins {
allprojects {
group = "us.myles"
version = "3.3.0-21w08a-gradle"
version = "3.3.0-21w08a"
description = "Allow newer clients to join older server versions."
}