Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Sep 20, 2019
1 parent 6d712ed commit 951782a
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 @@ targetCompatibility = 1.8

group = "io.github.lxgaming"
archivesBaseName = "DiscordMusic"
version = "2.2.0"
version = "2.2.1"

configurations {
provided {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Reference {

public static final String ID = "discordmusic";
public static final String NAME = "DiscordMusic";
public static final String VERSION = "2.2.0";
public static final String VERSION = "2.2.1";
public static final String AUTHORS = "LX_Gaming";
public static final String SOURCE = "https://github.com/LXGaming/DiscordMusic";
public static final String WEBSITE = "https://lxgaming.github.io/";
Expand Down

0 comments on commit 951782a

Please sign in to comment.