Skip to content

Commit 2281253

Browse files
committed
Release 3.4.4
1 parent 33a1ed9 commit 2281253

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Using it is very simple, just run the jar file, and it will start a user interfa
66
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.
77

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

1717
## Supported Client versions
18-
- Release (1.7.2 - 1.21.7)
18+
- Release (1.7.2 - 1.21.8)
1919
- April Fools (3D Shareware, 25w14craftmine)
2020
- Bedrock Edition (Requires the [Geyser plugin](https://geysermc.org/download))
2121
- Beta 1.7.3 (Requires the [Beta2Release plugin](https://github.com/ViaVersionAddons/ViaProxyBeta2Release))

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ repositories {
4848
}
4949

5050
dependencies {
51-
includeInJar "com.viaversion:viaversion-common:5.4.2-SNAPSHOT"
52-
includeInJar "com.viaversion:viabackwards-common:5.4.1"
51+
includeInJar "com.viaversion:viaversion-common:5.4.2"
52+
includeInJar "com.viaversion:viabackwards-common:5.4.2"
5353
includeInJar "com.viaversion:viarewind-common:4.0.8"
5454
includeInJar "net.raphimc:ViaLegacy:3.0.10"
5555
includeInJar "com.viaversion:viaaprilfools-common:4.0.3"
56-
includeInJar("net.raphimc:ViaBedrock:0.0.20-SNAPSHOT") {
56+
includeInJar("net.raphimc:ViaBedrock:0.0.20-20250704.183136-2") {
5757
exclude group: "io.jsonwebtoken"
5858
}
5959
includeInJar("com.viaversion:vialoader:4.0.4") {
@@ -82,7 +82,7 @@ dependencies {
8282
}
8383
includeInJar "net.lenni0451.commons:swing:1.7.1"
8484
includeInJar "net.lenni0451.commons:brigadier:1.7.1"
85-
includeInJar("net.raphimc.netminecraft:all:3.1.3-SNAPSHOT") {
85+
includeInJar("net.raphimc.netminecraft:all:3.1.3-20250711.223225-2") {
8686
exclude group: "com.google.code.gson", module: "gson"
8787
}
8888
includeInJar("io.netty:netty-codec-haproxy:4.2.3.Final") {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ org.gradle.jvmargs=-Xmx2G
66
java_version=17
77
maven_group=net.raphimc
88
maven_name=ViaProxy
9-
maven_version=3.4.4-SNAPSHOT
9+
maven_version=3.4.4

0 commit comments

Comments
 (0)