Skip to content

Commit 5187471

Browse files
committed
Bump version
1 parent 17d4096 commit 5187471

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ To add this project as a dependency to your project, add the following to your p
2727
<dependency>
2828
<groupId>dev.despical</groupId>
2929
<artifactId>command-framework</artifactId>
30-
<version>1.5.5</version>
30+
<version>1.5.6</version>
3131
</dependency>
3232
```
3333

3434
### Gradle dependency
3535
```groovy
3636
dependencies {
37-
implementation 'dev.despical:command-framework:1.5.5'
37+
implementation 'dev.despical:command-framework:1.5.6'
3838
}
3939
```
4040

0 commit comments

Comments
 (0)