Skip to content

Commit c7e9921

Browse files
Version tick to 2.2
1 parent af3383e commit c7e9921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Crossplay/Crossplay.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
6-
<Version>2.1.1</Version>
6+
<Version>2.2</Version>
77
</PropertyGroup>
88

99
<ItemGroup>

Crossplay/CrossplayPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class CrossplayPlugin : TerrariaPlugin
3838

3939
public override string Description => "Enables crossplay for terraria";
4040

41-
public override Version Version => new("2.1.1");
41+
public override Version Version => new("2.2");
4242

4343
public CrossplayConfig Config { get; } = new();
4444

0 commit comments

Comments
 (0)