Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquyhy committed Aug 29, 2016
1 parent ab463b5 commit 9ca07a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
defaultTasks 'build', 'shadowJar'

group = 'com.nguyenquyhy'
version = '1.3.2'
version = '1.4.0'
description = 'A plugin to connect Discord and Minecraft'
sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Created by Hy on 1/4/2016.
*/
@Plugin(id = "com.nguyenquyhy.spongediscord", name = "Discord Bridge", version = "1.3.2")
@Plugin(id = "com.nguyenquyhy.spongediscord", name = "Discord Bridge", version = "1.4.0")
public class SpongeDiscord {
private IDiscordClient consoleClient = null;
private final Map<UUID, IDiscordClient> clients = new HashMap<>();
Expand Down

0 comments on commit 9ca07a0

Please sign in to comment.