Skip to content

Commit

Permalink
release: Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 18, 2024
1 parent b13c6bd commit 5e03a1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ In `build.gradle.kts`:
```kotlin
plugins {
// Apply the plugin
id("xyz.jpenilla.run-paper") version "2.3.0"
id("xyz.jpenilla.run-paper") version "2.3.1"
}

tasks {
runServer {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.20.4")
minecraftVersion("1.21.1")
}
}
```
Expand All @@ -45,7 +45,7 @@ In `build.gradle.kts`:
```kotlin
plugins {
// Apply the plugin
id("xyz.jpenilla.run-velocity") version "2.3.0"
id("xyz.jpenilla.run-velocity") version "2.3.1"
}

tasks {
Expand Down Expand Up @@ -73,7 +73,7 @@ In `build.gradle.kts`:
```kotlin
plugins {
// Apply the plugin
id("xyz.jpenilla.run-waterfall") version "2.3.0"
id("xyz.jpenilla.run-waterfall") version "2.3.1"
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "xyz.jpenilla"
version = "2.3.1-SNAPSHOT"
version = "2.3.1"
description = "Gradle plugins adding run tasks for Minecraft server and proxy software"

repositories {
Expand Down

0 comments on commit 5e03a1b

Please sign in to comment.