Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Jun 28, 2023
1 parent 757efae commit d0303d6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "de.oliver"
version = "1.2.1"
version = "2.0.0"
description = "Simple, lightweight and fast NPC plugin using packets"

repositories {
Expand All @@ -21,10 +21,6 @@ allprojects {
}
}

group = "de.oliver"
description = "Simple, lightweight and fast NPC plugin using packets"
version = "1.2.2-beta1"

val mcVersion = "1.20.1"

dependencies {
Expand All @@ -45,7 +41,7 @@ tasks {
}

shadowJar {
archiveAppendix.set("")
archiveClassifier.set("")
}

publishing {
Expand Down Expand Up @@ -95,8 +91,8 @@ tasks {
processResources {
filteringCharset = Charsets.UTF_8.name() // We want UTF-8 for everything
val props = mapOf(
"version" to project.version,
"description" to project.description,
"version" to project.version,
"description" to project.description,
)
inputs.properties(props)
filesMatching("plugin.yml") {
Expand Down

0 comments on commit d0303d6

Please sign in to comment.