diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-06-13 11:45:21 -0400 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-06-13 11:45:21 -0400 |
| commit | fbe98d037021a0fe4ec2792363134142925069cb (patch) | |
| tree | 10ddf7c124246fa0e35a3c52f04289e0d9ddb571 | |
| parent | 66a34464ad919a5331daecd21f159d8cc36b85e9 (diff) | |
bump version, allow loading on 1.211.20.2
| -rw-r--r-- | build.gradle.kts | 2 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 81ad850..9e0650a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } val minecraftVersion = "1.20.2" -version = "1.0.1+$minecraftVersion" +version = "1.0.2+$minecraftVersion" group = "net.inyourwalls" repositories { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e02b2b5..eb98d3d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ "depends": { "fabricloader": ">=0.14.22", "fabric-screen-api-v1": ">=0.90.4+1.20.2", - "minecraft": "~1.20.2", + "minecraft": "^1.20.2", "java": ">=17" }, "suggests": {}, |
