Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurailus committed Mar 4, 2021
1 parent 8f436d5 commit 27bb941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "myxer"
version = "0.1.0"
authors = ["Auri <me@auri.xyz>"]
version = "1.0.0"
authors = [ "Auri <me@auri.xyz>" ]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/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("0.1.0"));
about.set_version(Some("1.0.0"));
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 27bb941

Please sign in to comment.