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

Commit

Permalink
Updated to discord-rpc version 3.2.0 after way too long.
Browse files Browse the repository at this point in the history
Thanks, JitPack.
  • Loading branch information
Vatuu committed Apr 13, 2018
1 parent 0efa610 commit 34f6405
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion discord-rpc.iml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:4.5.1" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:2.5" level="project" />
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
<orderEntry type="library" name="Maven: com.github.Vatuu:discord-rpc-binaries:3.1.0" level="project" />
<orderEntry type="library" name="Maven: com.github.Vatuu:discord-rpc-binaries:3.2.0" level="project" />
</component>
</module>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.arikia.dev</groupId>
<artifactId>discord-rpc</artifactId>
<name>DiscordRPC</name>
<version>1.4.2</version>
<version>1.4.3</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.github.Vatuu</groupId>
<artifactId>discord-rpc-binaries</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
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 = "3.1.0";
private static final String DLL_VERSION = "3.2.0";

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

0 comments on commit 34f6405

Please sign in to comment.