Skip to content

Commit ddf7c1c

Browse files
committed
v2.2.0 for 1.21.6/7
1 parent c952442 commit ddf7c1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.6-rc1
7+
minecraft_version=1.21.7
88
loader_version=0.16.14
99

1010
# Mod Properties
11-
mod_version=2.2.0-beta1
11+
mod_version=2.2.0
1212
maven_group=io.github.misode
1313
archives_base_name=packtest
1414

1515
# Dependencies
16-
fabric_version=0.126.1+1.21.6
16+
fabric_version=0.128.1+1.21.7

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"accessWidener": "packtest.accesswidener",
2525
"depends": {
2626
"fabricloader": ">=0.15.10",
27-
"minecraft": ">=1.21.6-beta.1",
27+
"minecraft": ">=1.21.6",
2828
"java": ">=21",
2929
"fabric-api": "*"
3030
}

0 commit comments

Comments
 (0)