From 8ab43e2c5048dc624621acf7fe83159d35d5438f Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:49:14 +0100 Subject: [PATCH] Release 1.0.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 468ced3..462d668 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Bukkit, Spigot, Paper, BungeeCord and Sponge ## Installation -1. Download the latest version from [GitHub Actions](https://github.com/ViaVersionAddons/ViaProxyAuthHook/actions/workflows/build.yml). +1. Download the latest stable release from [GitHub Releases](https://github.com/ViaVersionAddons/ViaProxyAuthHook/releases/latest) or the latest dev build from [GitHub Actions](https://github.com/ViaVersionAddons/ViaProxyAuthHook/actions/workflows/build.yml). 2. Put the jar file into the plugins folder of ViaProxy 3. Run ViaProxy once to generate the config file 4. Make sure to enable "Proxy Online Mode" in the ViaProxy CLI or config file diff --git a/build.gradle b/build.gradle index 0818898..408c708 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation "net.raphimc:ViaProxy:3.3.6-SNAPSHOT" + implementation "net.raphimc:ViaProxy:3.3.6" } processResources {