aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2019-06-22 22:06:27 +0900
committerKazuki Yamaguchi <k@rhe.jp>2019-06-22 22:06:27 +0900
commit6e41c54ca710b680e1e3c865ccc3af7c7bda5f40 (patch)
treeeca8b2181f9cc47e31ce6822a7c971f387847294
parent78dffaaf5f6445e983120e62dcd7f68078b765f5 (diff)
downloadwf-clock-6e41c54ca710b680e1e3c865ccc3af7c7bda5f40.tar.gz
2019-06-22
-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 3ebdde8..5ea53f3 100644
--- a/WarframeClock/App.xaml.cs
+++ b/WarframeClock/App.xaml.cs
@@ -12,7 +12,7 @@ namespace WarframeClock
/// </summary>
public partial class App : Application
{
- public static readonly string VersionString = "Warframe Clock Overlay 2019-05-06";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-06-22";
public static readonly string WebsiteUriString = "https://poepoe.org/warframe/clock/";
public static readonly Uri WebsiteUri = new Uri(WebsiteUriString);