Skip to content

Commit a4ff935

Browse files
committed
Bump version
1 parent 049816f commit a4ff935

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
@@ -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.13</version>
37+
<version>1.5.2</version>
3838
</dependency>
3939
```
4040

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.13</version>
7+
<version>1.5.2</version>
88

99
<name>Command Framework</name>
1010
<inceptionYear>2020</inceptionYear>
@@ -163,4 +163,4 @@
163163
</resource>
164164
</resources>
165165
</build>
166-
</project>
166+
</project>

0 commit comments

Comments
 (0)