Skip to content

Commit 1238ef3

Browse files
committed
Update to 1.21.4
1 parent 097457f commit 1238ef3

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allprojects {
5656

5757
publishMods {
5858
changelog = fetchChangelog()
59-
type = STABLE
59+
type = BETA
6060

6161
def nameFormat = "AntiXray %s ${version.get()}"
6262
def fabric = findProject(':fabric')

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
org.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
88
forge_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
1313
maven_group=me.drexhd
1414
archives_base_name=antixray
1515
enabled_platforms=fabric,neoforge
1616

1717
# Other Dependencies
18-
mixin_extras=0.3.5
18+
mixin_extras=0.4.1
1919
toml_version=0.7.2
2020
fabric_permission_api_version=0.3.3
2121

0 commit comments

Comments
 (0)