Skip to content

Commit

Permalink
Updates DeckLog JP to 20230420.001
Browse files Browse the repository at this point in the history
  • Loading branch information
ronelm2000 committed Apr 21, 2023
1 parent e684cb2 commit fabf313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Montage.Weiss.Tools.Entities.External.DeckLog;
public class DeckLogSettings
{
public CardLanguage Language { get; set; } = CardLanguage.Japanese;
public string Version { get; set; } = "20230328.002";
public string Version { get; set; } = "20230420.001";
public string Authority { get; set; } = "https://decklog.bushiroad.com/";
public Regex DeckURLMatcher { get; set; } = new Regex(@"(.*):\/\/decklog\.bushiroad\.com\/view\/([^\?]*)(.*)");
public string VersionURL { get; set; } = "https://decklog.bushiroad.com/system/app/api/version/";
Expand Down

0 comments on commit fabf313

Please sign in to comment.