File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.4.7] - 2024-12-11
910### Added
1011- Bypass permission
1112
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ allprojects {
5656
5757publishMods {
5858 changelog = fetchChangelog()
59- type = STABLE
59+ type = BETA
6060
6161 def nameFormat = " AntiXray %s ${ version.get()} "
6262 def fabric = findProject(' :fabric' )
Original file line number Diff line number Diff line change 22org.gradle.jvmargs =-Xmx3G
33
44# Minecraft Properties
5- minecraft =1.21.3
6- curseforge_minecraft =1.21.3
7- fabric_version =0.16.7
5+ minecraft =1.21.4
6+ curseforge_minecraft =1.21.4
7+ fabric_version =0.16.9
88forge_version =51.0.3
9- neoforged_version =21.3.0 -beta
9+ neoforged_version =21.4.16 -beta
1010
1111# Mod Properties
12- mod_version =1.4.6
12+ mod_version =1.4.7
1313maven_group =me.drexhd
1414archives_base_name =antixray
1515enabled_platforms =fabric,neoforge
1616
1717# Other Dependencies
18- mixin_extras =0.3.5
18+ mixin_extras =0.4.1
1919toml_version =0.7.2
2020fabric_permission_api_version =0.3.3
2121
You can’t perform that action at this time.
0 commit comments