Skip to content

Commit

Permalink
version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed Oct 23, 2021
1 parent 49c30bd commit 1f879ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status-icon.vala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class MicStatusIcon : StatusIcon
{
var about = new Gtk.AboutDialog();
about.set_logo_icon_name("microphone-sensitivity-high");
about.set_version("0.2.4");
about.set_version("0.2.5");
about.set_program_name("MicTray");
about.set_comments("Microphone control application");
about.set_copyright("Dmitry Kosenkov");
Expand Down

0 comments on commit 1f879ae

Please sign in to comment.