diff --git a/JL.Core/Storage.cs b/JL.Core/Storage.cs index ab45cb36..c18fff37 100644 --- a/JL.Core/Storage.cs +++ b/JL.Core/Storage.cs @@ -33,7 +33,7 @@ public static class Storage public static readonly string ResourcesPath = Path.Join(AppContext.BaseDirectory, "Resources"); public static readonly string ConfigPath = Path.Join(AppContext.BaseDirectory, "Config"); public static readonly HttpClient Client = new(new HttpClientHandler { UseProxy = false }) { Timeout = TimeSpan.FromMinutes(10) }; - public static readonly Version JLVersion = new(1, 16, 3); + public static readonly Version JLVersion = new(1, 16, 4); public static readonly Uri GitHubApiUrlForLatestJLRelease = new("https://api.github.com/repos/rampaa/JL/releases/latest"); public static readonly Uri JmdictUrl = new("https://www.edrdg.org/pub/Nihongo/JMdict_e.gz"); public static readonly Uri JmnedictUrl = new("https://www.edrdg.org/pub/Nihongo/JMnedict.xml.gz");