Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新:Platform修改版本号 #186

Merged
merged 9 commits into from
Jun 10, 2024
2 changes: 1 addition & 1 deletion Platform/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Platform : TerrariaPlugin

public override string Name => "Platform(判断玩家设备)";

public override Version Version => new Version(1, 0, 0, 0);
public override Version Version => new Version(1, 1, 0, 0);

public Platform(Main game)
: base(game)
Expand Down
2 changes: 1 addition & 1 deletion Plugins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"Name": "Platform(判断玩家设备)",
"Version": "1.0.0.0",
"Version": "1.1.0.0",
"Author": "Cai",
"Description": "判断玩家设备"
},
Expand Down