Skip to content

Commit

Permalink
5.6 - Updated default to 52min work / 17min break
Browse files Browse the repository at this point in the history
  • Loading branch information
dliedke committed Jan 29, 2025
1 parent 84671c9 commit 7e9b725
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ConfigurationForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Autor: Daniel Liedke
*
* Copyright © Daniel Liedke 2024
* Copyright © Daniel Liedke 2025
* Usage and reproduction in any manner whatsoever without the written permission of Daniel Liedke is strictly forbidden.
*
* Purpose: Configuration screen to setup task and break time
Expand Down
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Autor: Daniel Liedke
*
* Copyright © Daniel Liedke 2024
* Copyright © Daniel Liedke 2025
* Usage and reproduction in any manner whatsoever without the written permission of Daniel Liedke is strictly forbidden.
*
* Purpose: Main form to control the pomodoro timer
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Autor: Daniel Liedke
*
* Copyright © Daniel Liedke 2024
* Copyright © Daniel Liedke 2025
* Usage and reproduction in any manner whatsoever without the written permission of Daniel Liedke is strictly forbidden.
*
* Purpose: Program entry point
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("5.5.0.0")]
[assembly: AssemblyFileVersion("5.5.0.0")]
[assembly: AssemblyVersion("5.6.0.0")]
[assembly: AssemblyFileVersion("5.6.0.0")]
2 changes: 1 addition & 1 deletion ToolTipForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Autor: Daniel Liedke
*
* Copyright © Daniel Liedke 2024
* Copyright © Daniel Liedke 2025
* Usage and reproduction in any manner whatsoever without the written permission of Daniel Liedke is strictly forbidden.
*
* Purpose: Tooltip form for the timer, including full screen mode
Expand Down

0 comments on commit 7e9b725

Please sign in to comment.