Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Challenger/Challenger/Challenger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Challenger : TerrariaPlugin

public override string Name => "Challenger";

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

public Challenger(Main game)
: base(game)
Expand Down
3 changes: 3 additions & 0 deletions src/Challenger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@

```
更新日志
1.1.6
添加英文翻译

1.1.5
多语言支持

Expand Down
Loading