Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Up version πŸ™ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jun 27, 2022
1 parent 46a25e5 commit 4bd50d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.anas.cmusrpc</groupId>
<artifactId>cmus-rpc</artifactId>
<version>1.2.0</version>
<version>2.0.0</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/anas/cmusrpc/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* thread
*/
public class Main {
public static final String VERSION = "1.2.0";
public static final String VERSION = "2.0.0";
private static DiscordController discordController;

/**
Expand Down

0 comments on commit 4bd50d3

Please sign in to comment.