Skip to content

Commit 1db29ea

Browse files
committed
Bump version
1 parent cb757a8 commit 1db29ea

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
@@ -34,7 +34,7 @@ To add this project as a dependency to your project, add the following to your p
3434
<dependency>
3535
<groupId>com.github.Despical</groupId>
3636
<artifactId>CommandFramework</artifactId>
37-
<version>1.5.11</version>
37+
<version>1.5.12</version>
3838
</dependency>
3939
```
4040

@@ -46,7 +46,7 @@ repositories {
4646
```
4747
```groovy
4848
dependencies {
49-
implementation 'com.github.Despical:CommandFramework:1.5.11'
49+
implementation 'com.github.Despical:CommandFramework:1.5.12'
5050
}
5151
```
5252

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>me.despical</groupId>
66
<artifactId>command-framework</artifactId>
7-
<version>1.5.11</version>
7+
<version>1.5.12</version>
88

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

0 commit comments

Comments
 (0)