Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trickybestia committed Oct 31, 2021
1 parent 9ce7dfc commit 7a11f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "linux-discord-rich-presence"
description = "Customizable Discord Rich Presence client for Linux"
authors = ["trickybestia <trickybestia@gmail.com>"]
version = "2.0.0"
version = "2.0.1"
edition = "2018"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async fn process_rich_presence(mut config_shell: Shell) {
}

#[derive(Clap)]
#[clap(version = "2.0.0", author = "trickybestia <trickybestia@gmail.com>")]
#[clap(version = "2.0.1", author = "trickybestia <trickybestia@gmail.com>")]
struct Args {
/// Path to the config file
#[clap(short, long)]
Expand Down

0 comments on commit 7a11f98

Please sign in to comment.