Skip to content

Commit e347a16

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 512c9c3 + a4d68fd commit e347a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This plugin simplifies running docker containers using Gradle and compose custom
1818
Add the plugin dependency to the `build.gradle.kts`
1919
```kotlin
2020
plugins {
21-
id("com.wolfyscript.devtools.docker.run") version ("a2.1.0.0")
21+
id("com.wolfyscript.devtools.docker.run") version ("a2.1.0.1")
2222
}
2323
```
2424
> [!note]
@@ -93,7 +93,7 @@ It uses the [itzg/minecraft-server](https://github.com/itzg/docker-minecraft-ser
9393
Add the plugin dependency to the `build.gradle.kts`
9494
```kotlin
9595
plugins {
96-
id("com.wolfyscript.devtools.docker.minecraft_servers") version ("2.0-SNAPSHOT")
96+
id("com.wolfyscript.devtools.docker.minecraft_servers") version ("a2.1.0.1")
9797
}
9898
```
9999
## Configuring Servers

0 commit comments

Comments
 (0)