Skip to content

Commit

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

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

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.2.4"
id("xyz.jpenilla.run-waterfall") version "2.3.0"
}

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.0-SNAPSHOT"
version = "2.3.0"
description = "Gradle plugins adding run tasks for Minecraft server and proxy software"

repositories {
Expand Down

0 comments on commit 19a2afd

Please sign in to comment.