Skip to content

Commit

Permalink
ADD: new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
filip2cz committed Feb 11, 2024
1 parent 283ef53 commit 9c2975a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ssh-buttons_console/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Diagnostics;
using ssh_buttons_console;

string ver = "v0.4";
string ver = "v0.5";

Config configLoader = new Config();

Expand Down
2 changes: 1 addition & 1 deletion ssh-buttons_desktop/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public MainWindow()

int i;

output.Text = "SSH-Buttons\r\nCreated by Filip Komárek\r\nVersion: v0.4\r\nWaiting for command...";
output.Text = "SSH-Buttons\r\nCreated by Filip Komárek\r\nVersion: v0.5\r\nWaiting for command...";
customCommandWarning.Content = "Warning: you should know\r\nwhat are you doing to use this!";

string[] config = configLoader.LoadConfig();
Expand Down

0 comments on commit 9c2975a

Please sign in to comment.