Skip to content

Commit

Permalink
fix #251
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Apr 19, 2024
1 parent 09700ef commit a204f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ASFEnhance/ASFEnhance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace ASFEnhance;

[Export(typeof(IPlugin))]
internal sealed class ASFEnhance : IASF, IBotCommand2, IBotFriendRequest, IGitHubPluginUpdates
internal sealed class ASFEnhance : IASF, IBotCommand2, IBotFriendRequest, IPluginUpdates
{
public string Name => nameof(ASFEnhance);

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.1.3.2</Version>
<Version>2.1.3.3</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a204f9e

Please sign in to comment.