Skip to content

Commit c156363

Browse files
committed
Bump minecraft and project version
1 parent 16cadcf commit c156363

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
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.eternalcode"
9-
version = "0.0.1-SNAPSHOT"
9+
version = "0.0.2-SNAPSHOT"
1010
description = "Plugin that provides functionality of parcel lockers in Minecraft, allowing players to send and receive parcels safely."
1111

1212
repositories {
@@ -112,7 +112,7 @@ tasks.withType<JavaCompile> {
112112

113113
tasks {
114114
runServer {
115-
minecraftVersion("1.21.4")
115+
minecraftVersion("1.21.7")
116116
}
117117

118118
clean {

0 commit comments

Comments
 (0)