Skip to content

Commit d18494a

Browse files
committed
Update supported Minecraft versions
1 parent d11d561 commit d18494a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v2.0.2
2+
- List 1.21.5, .6 and .7 support
3+
14
# v2.0.1
25
- The bukkit plugin no longer refuses to load if velocities modern forwarding is used
36
- Proxy names are now also suggested for server arguments

bungeecord/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_11
88
targetCompatibility = JavaVersion.VERSION_11
99

1010
dependencies {
11-
compileOnly "net.md-5:bungeecord-api:${minor_minecraft_version}-R0.1-SNAPSHOT"
11+
compileOnly "net.md-5:bungeecord-api:${minor_minecraft_version}-R0.4-SNAPSHOT"
1212
implementation(libs.bundles.platform.base)
1313
implementation(libs.bundles.platform.extended)
1414
implementation(libs.adventure.bungeecord)

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ homepage_url=https://exaroton.com
1616
sources_url=https://github.com/exaroton/proxy-plugin
1717
issues_url=https://github.com/exaroton/proxy-plugin/issues
1818

19-
minecraft_version=1.21.4
20-
minecraft_versions=1.21,1.21.1,1.21.2,1.21.3,1.21.4
19+
minecraft_version=1.21.7
20+
minecraft_versions=1.21,1.21.1,1.21.2,1.21.3,1.21.4,1.21.5,1.21.6,1.21.7
2121
minor_minecraft_version=1.21
2222
min_minecraft_version=1.21
2323
max_minecraft_version=1.22

0 commit comments

Comments
 (0)