Skip to content

Commit 3770aff

Browse files
committed
Update README
1 parent 07de193 commit 3770aff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To add this project as a dependency to your project, add the following to your p
3838
<dependency>
3939
<groupId>com.github.Despical</groupId>
4040
<artifactId>CommandFramework</artifactId>
41-
<version>1.4.3</version>
41+
<version>1.4.4</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -51,7 +51,7 @@ repositories {
5151
```
5252
```
5353
dependencies {
54-
implementation 'com.github.Despical:CommandFramework:1.4.3'
54+
implementation 'com.github.Despical:CommandFramework:1.4.4'
5555
}
5656
```
5757

@@ -174,6 +174,7 @@ You can learn more about contributing via GitHub in [contribution guidelines](..
174174
* ~~Sub-commands aren't compatible with tab completions.~~
175175

176176
## To do list
177+
* Custom parameters with the same type.
177178
* ~~Exception log handler.~~
178179
* ~~Message handler to change system messages.~~
179180

0 commit comments

Comments
 (0)