Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Changed the meleeframedata link from https to http
Browse files Browse the repository at this point in the history
Updated release number
  • Loading branch information
bartdebever committed Sep 13, 2020
1 parent 9726a66 commit 69d99d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected bool CheckString(string text)

protected EmbedBuilder AddFooter(EmbedBuilder builder)
{
const string version = "v1.1.0";
const string version = "v1.1.1b";
switch (EmbedSettings.FooterType)
{
case FooterType.FightCore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Embed CreateMoveEmbed(WrapperCharacter character, Move move, Character fi
}

AddString("Notes", move.Notes, frameDataBuilder);
frameDataBuilder.AppendLine("Data by https://www.meleeframedata.com");
frameDataBuilder.AppendLine("Data by http://www.meleeframedata.com");

if (!string.IsNullOrWhiteSpace(frameDataBuilder.ToString()))
{
Expand Down

0 comments on commit 69d99d7

Please sign in to comment.