diff options
author | Jason <[email protected]> | 2023-06-13 00:10:07 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-13 09:10:07 +0200 |
commit | 2e363c73ba3c0a7b3d5138ec55a6e93c7befb5bb (patch) | |
tree | 7c427cc078481a069747d668c492bd25cda9be04 /README.md | |
parent | c287e921a96438964f32f3c4e394d6809e0d06fa (diff) | |
download | Paper-2e363c73ba3c0a7b3d5138ec55a6e93c7befb5bb.tar.gz Paper-2e363c73ba3c0a7b3d5138ec55a6e93c7befb5bb.zip |
1.20.1 (#9333)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ How To (Plugin Developers) <dependency> <groupId>io.papermc.paper</groupId> <artifactId>paper-api</artifactId> - <version>1.20-R0.1-SNAPSHOT</version> + <version>1.20.1-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` @@ -54,7 +54,7 @@ repositories { } dependencies { - compileOnly("io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT") } java { |