From c3f8a5ee8430e28a948b3898371a229027f1d683 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sat, 20 Jul 2019 21:09:49 +0900 Subject: 2019-07-20 --- WarframeClock/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WarframeClock') 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 /// 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); -- cgit v1.2.3