aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2021-12-10 16:40:23 +0100
committerNassim Jahnke <[email protected]>2021-12-10 16:40:23 +0100
commit5e88cf1ae4840e99fa717637b6d1bb851e191502 (patch)
tree3186aa7bf812a4c712652b9b352b16c283531988 /README.md
parent0e985b7b3b669366dcfc0261bbdff7be332dc24a (diff)
downloadPaper-5e88cf1ae4840e99fa717637b6d1bb851e191502.tar.gz
Paper-5e88cf1ae4840e99fa717637b6d1bb851e191502.zip
[ci skip] Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a97cc1d9c7..f407d93fd7 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ How To (Plugin Developers)
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
- <version>1.18-R0.1-SNAPSHOT</version>
+ <version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -54,7 +54,7 @@ repositories {
}
dependencies {
- compileOnly("io.papermc.paper:paper-api:1.18-R0.1-SNAPSHOT")
+ compileOnly("io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT")
}
java {