Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurailus committed Mar 13, 2021
1 parent 4867c0d commit c2f47e7
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
@@ -1,6 +1,6 @@
[package]
name = "myxer"
version = "1.1.1"
version = "1.1.2"
description = "A modern Volume Mixer for PulseAudio"
readme = "README.md"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/window/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub fn about() {
let about = gtk::AboutDialog::new();
about.set_logo_icon_name(Some("multimedia-volume-control"));
about.set_program_name("Myxer");
about.set_version(Some("1.1.1"));
about.set_version(Some("1.1.2"));
about.set_comments(Some("A modern Volume Mixer for PulseAudio."));
about.set_website(Some("https://myxer.aurailus.com"));
about.set_copyright(Some("© 2021 Auri Collings"));
Expand Down

0 comments on commit c2f47e7

Please sign in to comment.