Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Forgot to update version constant...
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatuu committed Jan 29, 2018
1 parent e329f47 commit b0c18ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/arikia/dev/drpc/DiscordRPC.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class DiscordRPC{
static { loadDLL(); }

//DLL-Version for Update Check.
private static final String DLL_VERSION = "2.1.0";
private static final String DLL_VERSION = "2.1.1";

/**
* Method to initialize the Discord-RPC.
Expand Down

0 comments on commit b0c18ae

Please sign in to comment.