Skip to content

Commit 19a2afd

Browse files
committed
release: Version 2.3.0
1 parent 31b3b40 commit 19a2afd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In `build.gradle.kts`:
1717
```kotlin
1818
plugins {
1919
// Apply the plugin
20-
id("xyz.jpenilla.run-paper") version "2.2.4"
20+
id("xyz.jpenilla.run-paper") version "2.3.0"
2121
}
2222

2323
tasks {
@@ -45,7 +45,7 @@ In `build.gradle.kts`:
4545
```kotlin
4646
plugins {
4747
// Apply the plugin
48-
id("xyz.jpenilla.run-velocity") version "2.2.4"
48+
id("xyz.jpenilla.run-velocity") version "2.3.0"
4949
}
5050

5151
tasks {
@@ -73,7 +73,7 @@ In `build.gradle.kts`:
7373
```kotlin
7474
plugins {
7575
// Apply the plugin
76-
id("xyz.jpenilla.run-waterfall") version "2.2.4"
76+
id("xyz.jpenilla.run-waterfall") version "2.3.0"
7777
}
7878

7979
tasks {

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "xyz.jpenilla"
12-
version = "2.3.0-SNAPSHOT"
12+
version = "2.3.0"
1313
description = "Gradle plugins adding run tasks for Minecraft server and proxy software"
1414

1515
repositories {

0 commit comments

Comments
 (0)