Skip to content

Commit

Permalink
A new week, a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Mar 20, 2022
1 parent a21898e commit e332b1b
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 @@ -25,7 +25,7 @@ public static class Storage

// public static readonly string ResourcesPath = Path.Join(Directory.GetCurrentDirectory(), "Resources");
public static readonly HttpClient Client = new(new HttpClientHandler { UseProxy = false });
public static readonly Version Version = new(1, 5);
public static readonly Version Version = new(1, 6);
public static readonly string RepoUrl = "https://github.com/rampaa/JL/";
public static bool Ready { get; set; } = false;
public static bool UpdatingJMdict { get; set; } = false;
Expand Down

0 comments on commit e332b1b

Please sign in to comment.