Skip to content

Commit 2cf9608

Browse files
committed
Bump version to v1.5.4
1 parent a29c517 commit 2cf9608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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>com.github.despical</groupId>
2929
<artifactId>command-framework</artifactId>
30-
<version>1.5.3</version>
30+
<version>1.5.4</version>
3131
</dependency>
3232
```
3333

3434
### Gradle dependency
3535
```groovy
3636
dependencies {
37-
implementation 'com.github.despical:command-framework:1.5.3'
37+
implementation 'com.github.despical:command-framework:1.5.4'
3838
}
3939
```
4040

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.despical</groupId>
66
<artifactId>command-framework</artifactId>
7-
<version>1.5.3</version>
7+
<version>1.5.4</version>
88

99
<name>Command Framework</name>
1010
<inceptionYear>2020</inceptionYear>

0 commit comments

Comments
 (0)