diff --git a/PomoTime/App.xaml.cs b/PomoTime/App.xaml.cs
index 9507fb2..2015d61 100644
--- a/PomoTime/App.xaml.cs
+++ b/PomoTime/App.xaml.cs
@@ -105,6 +105,8 @@ namespace PomoTime
{
case "continue":
RunningState.IsRunning = true;
+ RunningState.MinutesLeft = 0;
+ RunningState.SecondsLeft = 0;
break;
case "5minutes":
RunningState.MinutesLeft += 5;
diff --git a/PomoTime/Package.appxmanifest b/PomoTime/Package.appxmanifest
index b7cfb20..3735b6c 100644
--- a/PomoTime/Package.appxmanifest
+++ b/PomoTime/Package.appxmanifest
@@ -9,7 +9,7 @@
+ Version="1.0.7.0" />