Skip to content

Commit

Permalink
v1.5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Jan 7, 2025
1 parent afd5085 commit 6184f57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.5.8.0</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.8.0/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.8.0</changelog>
<version>1.5.8.1</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.8.1/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.8.1</changelog>
<mandatory>false</mandatory>
</item>

2 changes: 1 addition & 1 deletion client/Main.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial class Main : Window, INotifyPropertyChanged
private string _langRemember;
private string _dropboxToken;
private static string extraVersion = "#TESTTAG#";
public const string appversion = "1.5.8.0";
public const string appversion = "1.5.8.1";
public string version
{
get { return appversion; }
Expand Down

0 comments on commit 6184f57

Please sign in to comment.