aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2023-12-07 13:27:28 -0700
committerJason Penilla <[email protected]>2023-12-07 13:27:28 -0700
commit930a24f965d02250fa58436c019a4d5eb7e5f607 (patch)
tree14a6d67704633ee193d7422cc183fc041d641180 /README.md
parentff72782888e6061b9fc3c1a9034a1892eaaf2fba (diff)
downloadPaper-930a24f965d02250fa58436c019a4d5eb7e5f607.tar.gz
Paper-930a24f965d02250fa58436c019a4d5eb7e5f607.zip
1.20.4
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 96a6d652ef..f42afd2901 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ How To (Plugin Developers)
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
- <version>1.20.3-R0.1-SNAPSHOT</version>
+ <version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -53,7 +53,7 @@ repositories {
}
dependencies {
- compileOnly("io.papermc.paper:paper-api:1.20.3-R0.1-SNAPSHOT")
+ compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
}
java {