We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a861d6 commit 1787ef1Copy full SHA for 1787ef1
README.md
@@ -12,15 +12,15 @@ Gradle plugin for running Minecraft server instances in your IDE
12
13
```groovy
14
plugins {
15
- id 'org.bxteam.runserver' version '1.0.0'
+ id 'org.bxteam.runserver' version '1.1.0'
16
}
17
```
18
19
### build.gradle.kts
20
21
```kotlin
22
23
- id("org.bxteam.runserver") version "1.0.0"
+ id("org.bxteam.runserver") version "1.1.0"
24
25
26
plugin/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = "org.bxteam"
9
-version = "1.0.0"
+version = "1.1.0"
10
description = "Gradle plugin for running Minecraft server instances in your IDE"
11
repositories {
0 commit comments