aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2019-10-06 21:00:05 +0900
committerKazuki Yamaguchi <k@rhe.jp>2019-10-06 21:00:05 +0900
commit4bd65390f2e266da2c659ec6b153b0968c4a03a0 (patch)
tree27ddcc9bed61c11f03c96c694b9562ded36bac2c
parente5b7aa25aba53e2256b00dcd2059ad6bf3ee865b (diff)
downloadwf-clock-4bd65390f2e266da2c659ec6b153b0968c4a03a0.tar.gz
2019-10-06v22019-10-06v2
-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 48721b2..20fb314 100644
--- a/WarframeClock/App.xaml.cs
+++ b/WarframeClock/App.xaml.cs
@@ -11,7 +11,7 @@ namespace WarframeClock
/// </summary>
public partial class App : Application
{
- public static readonly string VersionString = "Warframe Clock Overlay 2019-10-06";
+ public static readonly string VersionString = "Warframe Clock Overlay 2019-10-06v2";
public static readonly string WebsiteUriString = "https://poepoe.org/warframe/clock/";
private static readonly bool DEBUG = false;
public static readonly Uri WebsiteUri = new Uri(WebsiteUriString);