We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70ea1d commit 8ca2052Copy full SHA for 8ca2052
README.md
@@ -16,8 +16,7 @@ Annotation/Reflection Based Command API that just does what you want it to do wi
16
<dependency>
17
<groupId>com.github.therealdamt</groupId>
18
<artifactId>commandapi</artifactId>
19
- <version>aa9298fe3e</version>
20
- <scope>provided</scope>
+ <version>1.4.0</version>
21
</dependency>
22
```
23
@@ -32,7 +31,7 @@ Annotation/Reflection Based Command API that just does what you want it to do wi
32
31
33
```gradle
34
dependencies {
35
- implementation 'com.github.therealdamt:commandapi:aa9298fe3e'
+ implementation 'com.github.therealdamt:commandapi:1.4.0'
36
}
37
38
0 commit comments