Skip to content

Commit 10024f3

Browse files
committed
Version bump
1 parent b3ead9b commit 10024f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
org.gradle.parallel=true
44

55
# Mod Properties
6-
mod_version = 1.2.3
6+
mod_version = 1.2.4
77
maven_group = com.bvengo
88
archives_base_name = soundcontroller
99

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "soundcontroller",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"icon": "assets/soundcontroller/icon.png",
66

77
"name": "Sound Controller",
@@ -28,7 +28,7 @@
2828
],
2929
"depends": {
3030
"fabricloader": ">=0.16.0",
31-
"minecraft": ">=1.21.9",
31+
"minecraft": ">=1.21.11",
3232
"java": ">=21",
3333
"fabric-api": "*"
3434
},

0 commit comments

Comments
 (0)