Skip to content

Commit 07c2229

Browse files
committed
Bump version
1 parent 3032966 commit 07c2229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To add this project as a dependency to your project, add the following to your p
3232
<dependency>
3333
<groupId>com.github.Despical</groupId>
3434
<artifactId>CommandFramework</artifactId>
35-
<version>1.0.8</version>
35+
<version>1.0.9</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
```
@@ -45,7 +45,7 @@ repositories {
4545
```
4646
```
4747
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";
4949
}
5050
```
5151

@@ -125,7 +125,7 @@ I accept Pull Requests via GitHub. There are some guidelines which will make app
125125
You can learn more about contributing via GitHub in [contribution guidelines](../CONTRIBUTING.md).
126126

127127
## 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.~~
129129
* ~~Sub-commands aren't compatible with tab completions.~~
130130

131131
## To do list

0 commit comments

Comments
 (0)