Skip to content

Commit 808b3bf

Browse files
committed
Bump version
1 parent 1b7d90c commit 808b3bf

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
@@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p
3737
<dependency>
3838
<groupId>com.github.Despical</groupId>
3939
<artifactId>CommandFramework</artifactId>
40-
<version>1.4.8</version>
40+
<version>1.4.9</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -50,7 +50,7 @@ repositories {
5050
```
5151
```groovy
5252
dependencies {
53-
implementation 'com.github.Despical:CommandFramework:1.4.8'
53+
implementation 'com.github.Despical:CommandFramework:1.4.9'
5454
}
5555
```
5656

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.despical</groupId>
55
<artifactId>command-framework</artifactId>
6-
<version>1.4.8</version>
6+
<version>1.4.9</version>
77

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

0 commit comments

Comments
 (0)