[ci-skip] Update README to 1.18.1 (#804)

This commit is contained in:
Krakenied
2021-12-26 19:04:44 +01:00
committed by GitHub
parent 7551c72801
commit 5e9489fd10

View File

@@ -27,7 +27,8 @@ Join us on [Discord](https://discord.gg/mtAAnkk)
Downloads can be obtained from the [downloads page](https://purpurmc.org/downloads/) or the [downloads API](https://api.purpurmc.org).
Latest build shortcut links:
* [1.18](https://api.purpurmc.org/v2/purpur/1.18/latest/download) builds 1429+
* [1.18.1](https://api.purpurmc.org/v2/purpur/1.18.1/latest/download) builds 1434+
* [1.18](https://api.purpurmc.org/v2/purpur/1.18/latest/download) builds 1429-1433
* [1.17.1](https://api.purpurmc.org/v2/purpur/1.17.1/latest/download) builds 1256-1428
* [1.17](https://api.purpurmc.org/v2/purpur/1.17/latest/download) builds 1172-1255
* [1.16.5](https://api.purpurmc.org/v2/purpur/1.16.5/latest/download) builds 957-1171
@@ -79,7 +80,7 @@ Maven
<dependency>
<groupId>org.purpurmc.purpur</groupId>
<artifactId>purpur-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -92,7 +93,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("org.purpurmc.purpur", "purpur-api", "1.18-R0.1-SNAPSHOT")
compileOnly("org.purpurmc.purpur", "purpur-api", "1.18.1-R0.1-SNAPSHOT")
}
```