aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2019-07-16 02:16:53 +0900
committerKazuki Yamaguchi <k@rhe.jp>2019-07-16 02:16:53 +0900
commit0394bad2130627e5a3fbd189becafd84be2ddda9 (patch)
treef752bdec4519dbbdc515d200566e2513e7f3b110
parent82fa0de99ac34bb8455a944582366b0e63b42862 (diff)
downloadwf-clock-0394bad2130627e5a3fbd189becafd84be2ddda9.tar.gz
2019-07-142019-07-14
-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 569e0d9..831b3c6 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-06-22";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-07-14";
public static readonly string WebsiteUriString = "https://poepoe.org/warframe/clock/";
private static readonly bool DEBUG = false;
public static readonly Uri WebsiteUri = new Uri(WebsiteUriString);