We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332bd9f commit 709ead4Copy full SHA for 709ead4
2 files changed
Pages/Home.razor
@@ -172,7 +172,7 @@
172
@code {
173
string timeFormat = @"mm\:ss\.ff";
174
bool editMode = false;
175
- decimal version = 1.12M;
+ decimal version = 1.13M;
176
private List<PausableTimer> timers => timerState.Timers;
177
private TimerSettings settings => timerState.Settings;
178
Icon playIcon = new Icons.Regular.Size24.PlayCircle();
wwwroot/version.js
@@ -1 +1 @@
1
-const CACHE_VERSION = 1.12;
+const CACHE_VERSION = 1.13;
0 commit comments