Skip to content

Commit

Permalink
Release 3.5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Nov 10, 2022
1 parent ddebf3b commit 1e3940d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import net.kyori.indra.IndraPublishingPlugin

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.7.20"
id("org.jetbrains.kotlin.jvm") version "1.7.21"
id("net.kyori.indra") version "2.1.1"
id("net.kyori.indra.publishing") version "2.1.1"
id("net.kyori.indra.license-header") version "2.1.1"
Expand All @@ -14,7 +14,7 @@ plugins {
}

group = "me.glaremasters"
version = "3.5.6.6-SNAPSHOT"
version = "3.5.6.6"

base {
archivesBaseName = "Guilds"
Expand Down Expand Up @@ -98,7 +98,7 @@ tasks {
}

runServer {
minecraftVersion("1.19")
minecraftVersion("1.19.2")
}

license {
Expand Down

0 comments on commit 1e3940d

Please sign in to comment.