Skip to content

Commit

Permalink
New version, this time for real
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed May 19, 2022
1 parent ee7a459 commit 7c49c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Storage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 7c49c73

Please sign in to comment.