Skip to content

Commit

Permalink
Merge pull request #225 from Sanduhr32/patch-1
Browse files Browse the repository at this point in the history
Fixing news/store channels issue
  • Loading branch information
jagrosh authored May 22, 2019
2 parents 7dcd7ba + 39a787c commit c902c1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<packaging>jar</packaging>

<repositories>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.8.1_454</version>
<version>3.8.3_463</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
Expand Down Expand Up @@ -112,4 +112,4 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>
</project>

0 comments on commit c902c1e

Please sign in to comment.