aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2019-07-20 21:09:49 +0900
committerKazuki Yamaguchi <k@rhe.jp>2019-07-20 21:09:49 +0900
commitc3f8a5ee8430e28a948b3898371a229027f1d683 (patch)
treeb08e9fa49d5c1b4b88e65bb183d72e1eda35abb2
parent1776cf037027d2c11c0d0606d1cda3297778a705 (diff)
downloadwf-clock-c3f8a5ee8430e28a948b3898371a229027f1d683.tar.gz
2019-07-202019-07-20
-rw-r--r--WarframeClock/App.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WarframeClock/App.xaml.cs b/WarframeClock/App.xaml.cs
index 831b3c6..5302dbc 100644
--- a/WarframeClock/App.xaml.cs
+++ b/WarframeClock/App.xaml.cs
@@ -14,7 +14,7 @@ namespace WarframeClock
/// </summary>
public partial class App : Application
{
- public static readonly string VersionString = "Warframe Clock Overlay 2019-07-14";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-07-20";
public static readonly string WebsiteUriString = "https://poepoe.org/warframe/clock/";
private static readonly bool DEBUG = false;
public static readonly Uri WebsiteUri = new Uri(WebsiteUriString);