Skip to content

Commit 709ead4

Browse files
committed
updating the version number
1 parent 332bd9f commit 709ead4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
@code {
173173
string timeFormat = @"mm\:ss\.ff";
174174
bool editMode = false;
175-
decimal version = 1.12M;
175+
decimal version = 1.13M;
176176
private List<PausableTimer> timers => timerState.Timers;
177177
private TimerSettings settings => timerState.Settings;
178178
Icon playIcon = new Icons.Regular.Size24.PlayCircle();

wwwroot/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const CACHE_VERSION = 1.12;
1+
const CACHE_VERSION = 1.13;

0 commit comments

Comments
 (0)