Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit 2184a71

Browse files
committed
Version Bump
1 parent abfcb1c commit 2184a71

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Commands4J is an easy-to-use functional command framework for [Discord4J](http:/
1212
<dependency>
1313
<groupId>com.github.Discord4J-Addons</groupId>
1414
<artifactId>Commands4J</artifactId>
15-
<version>1.0.1</version>
15+
<version>1.0.2</version>
1616
</dependency>
1717
```
1818

1919
###With Gradle:
2020
```groovy
2121
maven { url 'https://jitpack.io' }
2222
23-
compile 'com.github.Discord4J-Addons:Commands4J:1.0.1'
23+
compile 'com.github.Discord4J-Addons:Commands4J:1.0.2'
2424
```
2525

2626
##Using Commands4J

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.darichey.discord</groupId>
88
<artifactId>Commands4J</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010

1111
<properties>
1212
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)