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

Commit

Permalink
Up the version πŸ˜€
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jun 27, 2022
1 parent a77b418 commit fba90c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion archpackage/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Anas Elgarhy <[email protected]>
pkgname=cmus-rpc
pkgver=2.0.0
pkgver=2.0.1
pkgrel=0
epoch=0
pkgdesc="A Discord Rich Presence for cmus player using java πŸŽΆβ˜•"
Expand Down
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>2.0.0</version>
<version>2.0.1</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi


INSTALL_PATH=/usr/share/java/cmus-rpc
VERSION=2.0.0
VERSION=2.0.1

mkdir -p "$INSTALL_PATH"

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 = "2.0.0";
public static final String VERSION = "2.0.1";
private static DiscordController discordController;

/**
Expand Down

0 comments on commit fba90c2

Please sign in to comment.