File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ To add this project as a dependency to your project, add the following to your p
32
32
<dependency >
33
33
<groupId >com.github.Despical</groupId >
34
34
<artifactId >CommandFramework</artifactId >
35
- <version >1.0.8 </version >
35
+ <version >1.0.9 </version >
36
36
<scope >compile</scope >
37
37
</dependency >
38
38
```
@@ -45,7 +45,7 @@ repositories {
45
45
```
46
46
```
47
47
dependencies {
48
- compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.0.8 ";
48
+ compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.0.9 ";
49
49
}
50
50
```
51
51
@@ -125,7 +125,7 @@ I accept Pull Requests via GitHub. There are some guidelines which will make app
125
125
You can learn more about contributing via GitHub in [ contribution guidelines] ( ../CONTRIBUTING.md ) .
126
126
127
127
## Known issues
128
- * Framework can't detect the sub commands when a sub command registered with the name of main command.
128
+ * ~~ Framework can't detect the sub commands when a sub command registered with the name of main command.~~
129
129
* ~~ Sub-commands aren't compatible with tab completions.~~
130
130
131
131
## To do list
You can’t perform that action at this time.
0 commit comments