Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Mar 3, 2022
1 parent b418f90 commit fec602f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL/Storage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Storage
{
public static readonly string ApplicationPath = Directory.GetCurrentDirectory();
public static readonly HttpClient Client = new(new HttpClientHandler() { UseProxy = false });
public static readonly Version Version = new(1, 1);
public static readonly Version Version = new(1, 2);
public static readonly string RepoUrl = "https://github.com/rampaa/JL/";

public static Dictionary<string, List<JmdictWc>> WcDict { get; set; } = new();
Expand Down

0 comments on commit fec602f

Please sign in to comment.