Skip to content

Commit aedd253

Browse files
committed
Bump version
1 parent 102200c commit aedd253

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.4</version>
30+
<version>1.5.5</version>
3131
</dependency>
3232
```
3333

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.github.despical</groupId>
5+
<groupId>dev.despical</groupId>
66
<artifactId>command-framework</artifactId>
7-
<version>1.5.4</version>
7+
<version>1.5.5</version>
88

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

0 commit comments

Comments
 (0)