Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurailus committed Apr 15, 2024
1 parent 96c1ec6 commit ea53586
Show file tree
Hide file tree
Showing 4 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.

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.2.1"
version = "1.3.0"
description = "A modern Volume Mixer for PulseAudio"
readme = "README.md"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=myxer
_pkgname=Myxer
pkgver=1.2.1
pkgver=1.3.0
pkgrel=1
pkgdesc='A modern Volume Mixer for PulseAudio, built with you in mind.'
url='https://github.com/Aurailus/Myxer'
Expand Down
2 changes: 1 addition & 1 deletion src/window/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.2.1"));
about.set_version(Some("1.3.0"));
about.set_comments(Some("A modern Volume Mixer for PulseAudio."));
about.set_website(Some("https://github.com/Aurailus/Myxer"));
about.set_copyright(Some("© 2021 Auri Collings"));
Expand Down

0 comments on commit ea53586

Please sign in to comment.