Skip to content

Commit 18ebcb7

Browse files
committed
Bump version
1 parent e6f70f6 commit 18ebcb7

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
@@ -39,7 +39,7 @@ To add this project as a dependency to your project, add the following to your p
3939
<dependency>
4040
<groupId>com.github.Despical</groupId>
4141
<artifactId>CommandFramework</artifactId>
42-
<version>1.1.5</version>
42+
<version>1.1.6</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
```
@@ -52,7 +52,7 @@ repositories {
5252
```
5353
```
5454
dependencies {
55-
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.1.5";
55+
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.1.6";
5656
}
5757
```
5858

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.1.5</version>
6+
<version>1.1.6</version>
77

88
<properties>
99
<java.version>8</java.version>

0 commit comments

Comments
 (0)