Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
XLittleLeft committed Jul 18, 2024
1 parent 5f81382 commit f2c8bd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CNFairBanAlliance/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace CNFairBanAlliance
{
public class Plugin
{
[PluginEntryPoint("中国公平封禁联盟系统","1.0.0", "中国公平封禁联盟系统(CFBA)","X小左")]
[PluginEntryPoint("中国公平封禁联盟系统","1.0.1", "中国公平封禁联盟系统(CFBA)","X小左")]
void OnLoad()
{
EventManager.RegisterEvents(this);
Expand Down
4 changes: 2 additions & 2 deletions CNFairBanAlliance/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]

0 comments on commit f2c8bd7

Please sign in to comment.