Skip to content

Commit 4a776e8

Browse files
authored
Merge pull request #13 from GalvinPython/chore/release-1.21.11
2 parents 1081a2e + 5776708 commit 4a776e8

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ Also: This mod requires the **Fabric API** and Fabric Loader **0.16.0 or higher
2929
PS: *You cannot use this mod on servers that don't use this mod. The commands are created server-side*
3030

3131
# Changelog
32-
## 1.0.3 (1.22.10)
33-
* For 1.22.10 compatibility
32+
## 1.0.4 (1.21.11)
33+
* For 1.21.11 compatibility
34+
* Updated dependencies
35+
36+
## 1.0.3 (1.21.10)
37+
* For 1.21.10 compatibility
3438
* Updated dependencies
3539

3640
## 1.0.2 (1.21.9)

gradle.properties

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

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.10
8-
yarn_mappings=1.21.10+build.3
7+
minecraft_version=1.21.11
8+
yarn_mappings=1.21.11+build.3
99
loader_version=0.18.4
1010
loom_version=1.14-SNAPSHOT
1111

1212
# Mod Properties
13-
mod_version=1.0.3+1.21.10
13+
mod_version=1.0.4+1.21.11
1414
maven_group=me.imgalvin.playerfinder
1515
archives_base_name=player-finder
1616

1717
# Dependencies
18-
fabric_version=0.138.4+1.21.10
18+
fabric_version=0.140.2+1.21.11

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
]
2121
},
2222
"depends": {
23-
"fabricloader": ">=0.16.0",
24-
"minecraft": "1.21.10",
23+
"fabricloader": ">=0.17.3",
24+
"minecraft": "1.21.11",
2525
"java": ">=21",
26-
"fabric-api": ">=0.138.4"
26+
"fabric-api": ">=0.139.5"
2727
}
2828
}

0 commit comments

Comments
 (0)