We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209751b commit 8073c26Copy full SHA for 8073c26
1 file changed
README.md
@@ -23,7 +23,7 @@ Note: This project is still in its early stages and may make frequent breaking c
23
<dependency>
24
<groupId>com.tcoded</groupId>
25
<artifactId>FoliaLib</artifactId>
26
- <version>[VERSION]</version>
+ <version>[SEE TOP OF README]</version>
27
<scope>compile</scope>
28
</dependency>
29
</dependencies>
@@ -43,7 +43,7 @@ repositories {
43
}
44
45
dependencies {
46
- implementation "com.tcoded:FoliaLib:[VERSION]"
+ implementation "com.tcoded:FoliaLib:[SEE TOP OF README]"
47
48
```
49
> [!WARNING]\
0 commit comments