Skip to content

Commit

Permalink
Merge branch 'hotfix/1.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-miasik committed Jan 15, 2022
2 parents fedd549 + c6064fe commit f92d010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public TimeSpan GetTime()
/// <returns></returns>
private TimeSpan GetTimeFromFormat(IReadOnlyList<int> time)
{
TimeSpan ts;
TimeSpan ts = new TimeSpan();

switch (m_format)
{
Expand Down
2 changes: 1 addition & 1 deletion UnityPomodoro/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.7.0
bundleVersion: 1.7.1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit f92d010

Please sign in to comment.