Skip to content

Commit 326ee92

Browse files
committed
Bump version
1 parent 5cb4430 commit 326ee92

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
@@ -28,14 +28,14 @@ To add this project as a dependency to your project, add the following to your p
2828
<dependency>
2929
<groupId>dev.despical</groupId>
3030
<artifactId>command-framework</artifactId>
31-
<version>1.5.9</version>
31+
<version>1.6.0</version>
3232
</dependency>
3333
```
3434

3535
### Gradle dependency
3636
```groovy
3737
dependencies {
38-
implementation 'dev.despical:command-framework:1.5.9'
38+
implementation 'dev.despical:command-framework:1.6.0'
3939
}
4040
```
4141

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>dev.despical</groupId>
66
<artifactId>command-framework</artifactId>
7-
<version>1.5.9</version>
7+
<version>1.6.0</version>
88

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

0 commit comments

Comments
 (0)