Skip to content

Commit ff0ae1f

Browse files
committed
Release 1.0.0
1 parent 76f2fb5 commit ff0ae1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This plugin allows clients to authenticate with online mode servers using the OpenAuthMod mod.
55

66
## Installation and Usage
7-
1. Download the latest version from [GitHub Actions](https://github.com/ViaVersionAddons/ViaProxyOpenAuthMod/actions/workflows/build.yml).
7+
1. Download the latest stable release from [GitHub Releases](https://github.com/ViaVersionAddons/ViaProxyOpenAuthMod/releases/latest) or the latest dev build from [GitHub Actions](https://github.com/ViaVersionAddons/ViaProxyOpenAuthMod/actions/workflows/build.yml).
88
2. Put the jar file into the plugins folder of ViaProxy
99
3. Install [OpenAuthMod](https://modrinth.com/mod/openauthmod) on your client.
1010
4. Run ViaProxy. You can now switch the authentication mode to OpenAuthMod (Use `OPENAUTHMOD` for CLI or config file).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
implementation "net.raphimc:ViaProxy:3.3.6-SNAPSHOT"
31+
implementation "net.raphimc:ViaProxy:3.3.6"
3232
}
3333

3434
processResources {

0 commit comments

Comments
 (0)