Skip to content

Commit

Permalink
ADD: čas za tvorbu třetího výstupu + za publikování verze 0.3 a 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filip2cz committed Jan 28, 2024
1 parent b1b5cc4 commit 4dbefd9
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.3";
string ver = "v0.4";

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 @@ -32,7 +32,7 @@ public MainWindow()
InitializeComponent();
int i;

output.Text = "SSH-Buttons\r\nCreated by Filip Komárek\r\nVersion: v0.3\r\nWaiting for command...";
output.Text = "SSH-Buttons\r\nCreated by Filip Komárek\r\nVersion: v0.4\r\nWaiting for command...";

string[] config = configLoader.LoadConfig();

Expand Down

0 comments on commit 4dbefd9

Please sign in to comment.