Skip to content

Commit 5172767

Browse files
committed
Bump version
1 parent d4fba01 commit 5172767

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val fullVersion = "3.2.2"
1+
val fullVersion = "3.2.3"
22
val snapshot = true
33

44
group = "io.github.tofaa2"

spaceNPC/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ tasks {
3232
targetCompatibility = "21"
3333
options.release.set(21)
3434
}
35+
shadowJar {
36+
archiveFileName.set("SpaceNPC.jar")
37+
}
3538
}
3639

3740
tasks {

0 commit comments

Comments
 (0)