Skip to content

Commit

Permalink
1.5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovvl committed Apr 22, 2023
1 parent 06a21bc commit d420ee5
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.1</version>
<url>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.1/</url>
<changelog>https://github.com/fedorovvl/tso_client/releases/tag/v1.5.6.1</changelog>
<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>
<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.1"; }
get { return "1.5.6.2"; }
}
public string langLogin
{
Expand Down

0 comments on commit d420ee5

Please sign in to comment.