Skip to content

Commit 6212346

Browse files
committed
Bump version to 1.14.4_03
1 parent ddbc43d commit 6212346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.mumfrey.worldeditcui"
7-
version = "1.14.4_02"
7+
version = "1.14.4_03"
88

99
val minecraftVersion = "1.14.4"
1010
val yarnVersion = "1.14.4+build.2"
@@ -27,4 +27,4 @@ val processResources by tasks.getting(ProcessResources::class) {
2727
include("fabric.mod.json")
2828
expand("version" to project.version)
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)