Bump version

This commit is contained in:
FlorianMichael 2023-03-27 16:23:50 +02:00
parent 29237272fd
commit ca354f206b
3 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,6 @@ It should work fine with most if not all mods and modpacks.
- [x] Animation related fixes (1.7 Sneaking, c0.30 walking animation, ...)
- [x] Fixed clientside packet handling (1.16.5 transactions, 1.19.0 tablist, ...)
#### TODO:
- [ ] BetaCraft server list screen
- [ ] More extensions for Classic Protocol Extensions protocol
- [ ] Window click interactions in <= 1.16.5

View File

@ -83,7 +83,7 @@ dependencies {
libs "net.lenni0451.mcstructs:text:${project.mcstructs_text_version}"
libs "net.lenni0451:Reflect:${project.reflect_version}"
libs "com.github.allinkdev:BetacraftServerListParser:1.2.1"
libs "com.github.allinkdev:BetacraftServerListParser:${project.betacraft_version}"
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
}

View File

@ -9,7 +9,7 @@ loader_version=0.14.17
fabric_api_version=0.76.0+1.19.4
# viafabricplus
mod_version=2.4.7
mod_version=2.4.8
maven_group=de.florianmichael
archives_base_name=viafabricplus
@ -32,5 +32,6 @@ minecraftauth_version=2.0.1
mcstructs_text_version=2.2.0
reflect_version=1.1.0
# other mods
# other libs
betacraft_version=1.2.1
mod_menu_version=6.1.0-rc.1