Skip to content

Commit

Permalink
Release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphiMC committed Aug 8, 2024
1 parent d5eaf32 commit c619b28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Using it is very simple, just run the jar file, and it will start a user interfa
For a full user guide go to the [Usage for Players](#usage-for-players-gui) section or the [Usage for Server Owners](#usage-for-server-owners-config) section.

## Supported Server versions
- Release (1.0.0 - 1.21)
- Release (1.0.0 - 1.21.1)
- Beta (b1.0 - b1.8.1)
- Alpha (a1.0.15 - a1.2.6)
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
Expand All @@ -15,7 +15,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
- Bedrock Edition 1.21.2 ([Some features are missing](https://github.com/RaphiMC/ViaBedrock#features))

## Supported Client versions
- Release (1.7.2 - 1.21)
- Release (1.7.2 - 1.21.1)
- Bedrock Edition (Needs the [Geyser plugin](https://geysermc.org/download))
- Classic, Alpha, Beta, Release 1.0 - 1.6.4 (Only passthrough)

Expand Down
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ repositories {
}

dependencies {
include "com.viaversion:viaversion-common:5.0.3-SNAPSHOT"
include "com.viaversion:viabackwards-common:5.0.3-SNAPSHOT"
include "com.viaversion:viarewind-common:4.0.2"
include "net.raphimc:ViaLegacy:3.0.3-SNAPSHOT"
include "net.raphimc:viaaprilfools-common:3.0.2-SNAPSHOT"
include("net.raphimc:ViaBedrock:0.0.10-SNAPSHOT") {
include "com.viaversion:viaversion-common:5.0.4-20240808.153015-1"
include "com.viaversion:viabackwards-common:5.0.3"
include "com.viaversion:viarewind-common:4.0.3-20240806.221208-3"
include "net.raphimc:ViaLegacy:3.0.3-20240806.214914-6"
include "net.raphimc:viaaprilfools-common:3.0.2-20240806.214715-4"
include("net.raphimc:ViaBedrock:0.0.10-20240807.200847-18") {
exclude group: "io.netty"
exclude group: "io.jsonwebtoken"
}
include("net.raphimc:ViaLoader:3.0.3-SNAPSHOT") {
include("net.raphimc:ViaLoader:3.0.3-20240808.151621-9") {
exclude group: "org.slf4j", module: "slf4j-api"
}

Expand All @@ -87,7 +87,7 @@ dependencies {
exclude group: "com.google.code.gson", module: "gson"
}
include "net.lenni0451.commons:swing:1.5.1"
include("net.raphimc.netminecraft:all:2.5.1-SNAPSHOT") {
include("net.raphimc.netminecraft:all:2.5.1-20240724.182357-3") {
exclude group: "com.google.code.gson", module: "gson"
}
include("net.raphimc:MinecraftAuth:4.1.0") {
Expand All @@ -98,7 +98,7 @@ dependencies {
exclude group: "io.netty"
}
include "gs.mclo:api:4.0.3"
include "net.lenni0451:optconfig:1.0.0-SNAPSHOT"
include "net.lenni0451:optconfig:1.0.0-20240730.204142-1"

includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.0.1"))
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.0.1:downgraded-8"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.jvmargs=-Xmx2G

maven_group=net.raphimc
maven_name=ViaProxy
maven_version=3.3.3-SNAPSHOT
maven_version=3.3.3

0 comments on commit c619b28

Please sign in to comment.