Skip to content

Commit

Permalink
v1.5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed May 30, 2023
1 parent 269b26d commit 9514b55
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.6.2</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.2/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.2</changelog>
<version>1.5.6.3</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.3/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.3</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 @@ -49,7 +49,7 @@ public partial class Main : Window, INotifyPropertyChanged
private string _langRemember;
public string appversion
{
get { return "1.5.6.2"; }
get { return "1.5.6.3"; }
}
public string langLogin
{
Expand Down

0 comments on commit 9514b55

Please sign in to comment.