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