Skip to content

Commit 8f219e8

Browse files
committed
Bump version
1 parent 6353505 commit 8f219e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ To add this project as a dependency to your project, add the following to your p
3838
<dependency>
3939
<groupId>com.github.Despical</groupId>
4040
<artifactId>CommandFramework</artifactId>
41-
<version>1.3.9</version>
41+
<version>1.4.0</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
4545

4646
### Gradle dependency
4747
```
4848
repositories {
49-
maven { url = uri("https://jitpack.io") }
49+
maven { url 'https://jitpack.io' }
5050
}
5151
```
5252
```
5353
dependencies {
54-
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.3.9";
54+
compileOnly 'com.github.Despical:CommandFramework:1.4.0'
5555
}
5656
```
5757

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.3.9</version>
6+
<version>1.4.0</version>
77

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

0 commit comments

Comments
 (0)