mirror of
https://github.com/PurpurMC/Purpur.git
synced 2025-02-11 12:50:28 +08:00
[ci-skip] Update readme for 1.17.1 (#480)
This commit is contained in:
parent
2040a9ac8a
commit
afab9a73ef
@ -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")
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user