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

Commit

Permalink
Up the verstion 🥰
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Aug 1, 2022
1 parent d39aa30 commit 08bf0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cmus-rpc-rs"
authors = ["anas-elgarhy"]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A Discord Rich Presence for cmus player using rust 🦀💙"
Expand Down
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.0")
.version("0.1.1")
.author("Anas Elgarhy <[email protected]>")
.about("A Discord Rich Presence for cmus player")
.args(&[
Expand Down

0 comments on commit 08bf0c9

Please sign in to comment.