Skip to content

Commit 96462ed

Browse files
authored
[ci-skip] Very important documentation fix (#1086)
[ci-skip] Updated version of purpur api in docs.
1 parent e1c0aa7 commit 96462ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Maven
6464
<dependency>
6565
<groupId>org.purpurmc.purpur</groupId>
6666
<artifactId>purpur-api</artifactId>
67-
<version>1.19-R0.1-SNAPSHOT</version>
67+
<version>1.19.1-R0.1-SNAPSHOT</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
```
@@ -77,7 +77,7 @@ repositories {
7777
```
7878
```kotlin
7979
dependencies {
80-
compileOnly("org.purpurmc.purpur:purpur-api:1.19-R0.1-SNAPSHOT")
80+
compileOnly("org.purpurmc.purpur:purpur-api:1.19.1-R0.1-SNAPSHOT")
8181
}
8282
```
8383

0 commit comments

Comments
 (0)