diff --git a/FightCore.Bot/FightCore.Bot/EmbedCreators/Base/BaseEmbedCreator.cs b/FightCore.Bot/FightCore.Bot/EmbedCreators/Base/BaseEmbedCreator.cs index dcc17d9..bb729bc 100644 --- a/FightCore.Bot/FightCore.Bot/EmbedCreators/Base/BaseEmbedCreator.cs +++ b/FightCore.Bot/FightCore.Bot/EmbedCreators/Base/BaseEmbedCreator.cs @@ -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: diff --git a/FightCore.Bot/FightCore.Bot/EmbedCreators/Characters/CharacterInfoEmbedCreator.cs b/FightCore.Bot/FightCore.Bot/EmbedCreators/Characters/CharacterInfoEmbedCreator.cs index 3298e08..c1fd92b 100644 --- a/FightCore.Bot/FightCore.Bot/EmbedCreators/Characters/CharacterInfoEmbedCreator.cs +++ b/FightCore.Bot/FightCore.Bot/EmbedCreators/Characters/CharacterInfoEmbedCreator.cs @@ -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())) {