Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fomgleb committed Aug 7, 2022
1 parent 7ea0329 commit 9ca7a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TimeTracker.WinForms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public MainForm()
UpdateButtonText(_hotKeysController.HotKeys[1]);
UpdateTextBoxesTexts();
UpdateCalendar();
monthCalendar.SelectionStart = DateTime.Today;
}

#region Events
Expand Down
2 changes: 1 addition & 1 deletion TimeTracker.WinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2")]

0 comments on commit 9ca7a13

Please sign in to comment.