mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
[ci-skip] Update README to 1.18.1 (#804)
This commit is contained in:
@@ -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).
|
Downloads can be obtained from the [downloads page](https://purpurmc.org/downloads/) or the [downloads API](https://api.purpurmc.org).
|
||||||
|
|
||||||
Latest build shortcut links:
|
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.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.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
|
* [1.16.5](https://api.purpurmc.org/v2/purpur/1.16.5/latest/download) builds 957-1171
|
||||||
@@ -79,7 +80,7 @@ Maven
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.purpurmc.purpur</groupId>
|
<groupId>org.purpurmc.purpur</groupId>
|
||||||
<artifactId>purpur-api</artifactId>
|
<artifactId>purpur-api</artifactId>
|
||||||
<version>1.18-R0.1-SNAPSHOT</version>
|
<version>1.18.1-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
@@ -92,7 +93,7 @@ repositories {
|
|||||||
```
|
```
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.purpurmc.purpur", "purpur-api", "1.18-R0.1-SNAPSHOT")
|
compileOnly("org.purpurmc.purpur", "purpur-api", "1.18.1-R0.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user