aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2022-02-28 23:47:32 +0100
committerNassim Jahnke <[email protected]>2022-02-28 23:47:32 +0100
commitb8e2fdf5d9d4c28153c42add8340046be7d3a29c (patch)
tree04311e190d374ad4942a199c40a81f1f17dce33e /README.md
parenta3698d5b7e44035fe75be3be0ea03a0a217f5e64 (diff)
downloadPaper-b8e2fdf5d9d4c28153c42add8340046be7d3a29c.tar.gz
Paper-b8e2fdf5d9d4c28153c42add8340046be7d3a29c.zip
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 f24870519f..55f86792c4 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.1-R0.1-SNAPSHOT</version>
+ <version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -54,7 +54,7 @@ repositories {
}
dependencies {
- compileOnly("io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT")
+ compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
}
java {