Skip to content

Commit 1787ef1

Browse files
committed
Release 1.1.0
1 parent 4a861d6 commit 1787ef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Gradle plugin for running Minecraft server instances in your IDE
1212

1313
```groovy
1414
plugins {
15-
id 'org.bxteam.runserver' version '1.0.0'
15+
id 'org.bxteam.runserver' version '1.1.0'
1616
}
1717
```
1818

1919
### build.gradle.kts
2020

2121
```kotlin
2222
plugins {
23-
id("org.bxteam.runserver") version "1.0.0"
23+
id("org.bxteam.runserver") version "1.1.0"
2424
}
2525
```
2626

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "org.bxteam"
9-
version = "1.0.0"
9+
version = "1.1.0"
1010
description = "Gradle plugin for running Minecraft server instances in your IDE"
1111

1212
repositories {

0 commit comments

Comments
 (0)