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 b9e40f6 commit 8e04014Copy full SHA for 8e04014
README.md
@@ -16,7 +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>086ce74d0a</version>
+ <version>1.4.0</version>
20
</dependency>
21
```
22
@@ -31,7 +31,7 @@ Annotation/Reflection Based Command API that just does what you want it to do wi
31
32
```gradle
33
dependencies {
34
- implementation 'com.github.therealdamt:commandapi:086ce74d0a'
+ implementation 'com.github.therealdamt:commandapi:1.4.0'
35
}
36
37
0 commit comments