[ci-skip] Update readme for 1.17.1 (#480)

This commit is contained in:
Bierque Jason 2021-07-07 18:04:50 +02:00 committed by GitHub
parent 2040a9ac8a
commit afab9a73ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ Join us on [Discord](https://discord.gg/mtAAnkk)
Downloads can be obtained from the [downloads page](https://purpur.pl3x.net/downloads/), the downloads API, or alternatively, from Pl3x's [Jenkins CI Server](https://ci.pl3x.net/job/Purpur/).
Latest build shortcut links:
* [1.17](https://purpur.pl3x.net/api/v1/purpur/1.17/latest/download) builds 1172+
* [1.17.1](https://purpur.pl3x.net/api/v1/purpur/1.17.1/latest/download) builds 1256+
* [1.17](https://purpur.pl3x.net/api/v1/purpur/1.17/latest/download) builds 1172-1255
* [1.16.5](https://purpur.pl3x.net/api/v1/purpur/1.16.5/latest/download) builds 957-1171
* [1.16.4](https://purpur.pl3x.net/api/v1/purpur/1.16.4/latest/download) builds 809-956
* [1.16.3](https://purpur.pl3x.net/api/v1/purpur/1.16.3/latest/download) builds 751-808
@ -74,7 +75,7 @@ Maven
<dependency>
<groupId>net.pl3x.purpur</groupId>
<artifactId>purpur-api</artifactId>
<version>1.17-R0.1-SNAPSHOT</version>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@ -87,7 +88,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("net.pl3x.purpur", "purpur-api", "1.17-R0.1-SNAPSHOT")
compileOnly("net.pl3x.purpur", "purpur-api", "1.17.1-R0.1-SNAPSHOT")
}
```