We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b3ef3 commit 2f05188Copy full SHA for 2f05188
Crossplay/Crossplay.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
5
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
6
- <Version>2.0</Version>
+ <Version>2.1</Version>
7
</PropertyGroup>
8
9
<ItemGroup>
Crossplay/CrossplayPlugin.cs
@@ -37,7 +37,7 @@ public class CrossplayPlugin : TerrariaPlugin
37
38
public override string Description => "Enables crossplay for terraria";
39
40
- public override Version Version => new("2.0");
+ public override Version Version => new("2.1");
41
42
public CrossplayConfig Config { get; } = new();
43
0 commit comments