Skip to content

Commit 03b2b2d

Browse files
committed
Updated version
1 parent 8aa7c63 commit 03b2b2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To add this project as a dependency to your project, add the following to your p
2828
<dependency>
2929
<groupId>com.github.Despical</groupId>
3030
<artifactId>CommandFramework</artifactId>
31-
<version>1.0.3</version>
31+
<version>1.0.4</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
```
@@ -41,7 +41,7 @@ repositories {
4141
```
4242
```
4343
dependencies {
44-
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.0.3";
44+
compileOnly group: "com.github.Despical", name: "CommandFramework", version: "1.0.4";
4545
}
4646
```
4747

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.0.3</version>
6+
<version>1.0.4</version>
77

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

0 commit comments

Comments
 (0)