Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
forgot to change version again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofixrs committed Aug 30, 2022
1 parent 3fb58f9 commit ca683ed
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,6 +1,6 @@
[package]
name = "discord_presence"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
authors= ["Tofix.rs"]
description = "A cross-platform application for custom presence on discord"
Expand Down
2 changes: 1 addition & 1 deletion src/menu_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl MenuBar {
.show(ctx, |ui| {
ui.with_layout(Layout::top_down(Align::Center), |ui| {
ui.heading("Discord Presence");
ui.label("Version v0.7-beta");
ui.label("Version v0.7.1-beta");
});
});

Expand Down

0 comments on commit ca683ed

Please sign in to comment.