[ci-skip] Very important documentation fix (#1086)

[ci-skip] Updated version of purpur api in docs.
This commit is contained in:
Wojciech Zięciak
2022-07-29 09:33:23 +02:00
committed by GitHub
parent e1c0aa73a0
commit 96462ed780

View File

@@ -64,7 +64,7 @@ Maven
<dependency>
<groupId>org.purpurmc.purpur</groupId>
<artifactId>purpur-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<version>1.19.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
@@ -77,7 +77,7 @@ repositories {
```
```kotlin
dependencies {
compileOnly("org.purpurmc.purpur:purpur-api:1.19-R0.1-SNAPSHOT")
compileOnly("org.purpurmc.purpur:purpur-api:1.19.1-R0.1-SNAPSHOT")
}
```