Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Baggykiin committed Mar 17, 2016
1 parent 6c4afc6 commit 0bd8732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pass-winmenu/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private void CreateNotifyIcon()
icon.Icon = EmbeddedResources.Icon;
icon.Visible = true;
var menu = new ContextMenuStrip();
menu.Items.Add(new ToolStripLabel("pass-winmenu v0.2.1"));
menu.Items.Add(new ToolStripLabel("pass-winmenu v0.2.2"));
menu.Items.Add(new ToolStripSeparator());
menu.Items.Add("Decrypt Password");
menu.Items.Add("Update Password Store");
Expand Down

0 comments on commit 0bd8732

Please sign in to comment.