Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Comportment authored May 23, 2017
1 parent 9e1ff86 commit fa22e6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1>JDA-Command</h1>
<h5>Small but powerful command library for JDA.</h5>
<h5>Small and powerful command library for JDA.</h5>

This command library was built to help people make amazing bots within JDA!

Expand Down Expand Up @@ -36,7 +36,7 @@ For more detailed examples please see the example package located at `src/exampl

<h4>Use JDA-Command in your projects today!</h4>

The current promoted version is 1.0.4
The current promoted version is 1.0.6

<h5>Maven</h5>

Expand All @@ -53,7 +53,7 @@ The current promoted version is 1.0.4
<dependency>
<groupId>com.github.Comportment</groupId>
<artifactId>JDA-Command</artifactId>
<version>1.0.4</version>
<version>1.0.6</version>
</dependency>
```

Expand All @@ -66,6 +66,6 @@ repositories {
}
dependencies {
compile 'com.github.Comportment:JDA-Command:1.0.4'
compile 'com.github.Comportment:JDA-Command:1.0.6'
}
```

0 comments on commit fa22e6d

Please sign in to comment.