Skip to content

Commit

Permalink
Update to JDA 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Jan 3, 2020
1 parent f62c9d8 commit d5cdcf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.pseudoknight</groupId>
<artifactId>CHDiscord</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>

<repositories>
<repository>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.0.0_68</version>
<version>4.1.0_81</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/pseudoknight/chdiscord/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class Extension extends AbstractExtension {

public Version getVersion() {
return new SimpleVersion(2,2,0);
return new SimpleVersion(2,3,0, "SNAPSHOT");
}

@Override
Expand Down

0 comments on commit d5cdcf4

Please sign in to comment.