From 7c49c73364f5c8777d5d9983fb9f7009db543c94 Mon Sep 17 00:00:00 2001 From: rampaa Date: Thu, 19 May 2022 21:10:37 +0300 Subject: [PATCH] New version, this time for real --- JL.Core/Storage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JL.Core/Storage.cs b/JL.Core/Storage.cs index e91cdb26..f7010cdb 100644 --- a/JL.Core/Storage.cs +++ b/JL.Core/Storage.cs @@ -28,7 +28,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 }); - public static readonly Version Version = new(1, 8); + public static readonly Version Version = new(1, 10); public static readonly string GitHubApiUrlForLatestJLRelease = "https://api.github.com/repos/rampaa/JL/releases/latest"; public static readonly Uri JmdictUrl = new("http://ftp.edrdg.org/pub/Nihongo/JMdict_e.gz"); public static readonly Uri JmnedictUrl = new("http://ftp.edrdg.org/pub/Nihongo/JMnedict.xml.gz");