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

Commit 4bd50d3

Browse files
committed
Up version πŸ™ƒ
1 parent 46a25e5 commit 4bd50d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.anas.cmusrpc</groupId>
88
<artifactId>cmus-rpc</artifactId>
9-
<version>1.2.0</version>
9+
<version>2.0.0</version>
1010

1111
<repositories>
1212
<repository>

β€Žsrc/main/java/com/anas/cmusrpc/Main.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* thread
1010
*/
1111
public class Main {
12-
public static final String VERSION = "1.2.0";
12+
public static final String VERSION = "2.0.0";
1313
private static DiscordController discordController;
1414

1515
/**

0 commit comments

Comments
Β (0)