diff --git a/ZuneModdingHelper/App.xaml.cs b/ZuneModdingHelper/App.xaml.cs index 2a1e02d..9141398 100644 --- a/ZuneModdingHelper/App.xaml.cs +++ b/ZuneModdingHelper/App.xaml.cs @@ -13,7 +13,7 @@ namespace ZuneModdingHelper { public static readonly string Title = "Zune Modding Helper"; - public static readonly Version VersionNum = new(2021, 5, 6, 0); + public static readonly Version VersionNum = new(2021, 5, 26, 0); public static readonly string VersionStatus = "alpha"; public static readonly string Version = VersionNum.ToString() + (VersionStatus != string.Empty ? "-" + VersionStatus : string.Empty); diff --git a/ZuneModdingHelper/app.manifest b/ZuneModdingHelper/app.manifest index cef4bf7..206de8a 100644 --- a/ZuneModdingHelper/app.manifest +++ b/ZuneModdingHelper/app.manifest @@ -1,6 +1,6 @@  - +