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 Aug 1, 2022
1 parent a90188e commit bf257ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use clap::{App, Arg};

pub fn get_args_app() -> App<'static> {
App::new("cmus-rpc-rs")
.version("0.1.2")
.version("0.1.3")
.author("Anas Elgarhy <[email protected]>")
.about("A Discord Rich Presence for cmus player")
.args(&[
Expand Down

0 comments on commit bf257ea

Please sign in to comment.