Skip to content

Commit

Permalink
Version tick to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moneylover3246 committed Jul 16, 2021
1 parent 262f9cd commit cd75c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Crossplay/Crossplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Crossplay : TerrariaPlugin
public override string Name => "Crossplay";
public override string Author => "Moneylover3246";
public override string Description => "Enables crossplay for terraria";
public override Version Version => new Version("1.0");
public override Version Version => new Version("1.1");

public bool[] IsPC = new bool[Main.maxPlayers];
public Crossplay(Main game) : base(game)
Expand Down
4 changes: 2 additions & 2 deletions Crossplay/obj/Debug/netstandard2.0/Crossplay.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

[assembly: System.Reflection.AssemblyCompanyAttribute("Crossplay")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1")]
[assembly: System.Reflection.AssemblyProductAttribute("Crossplay")]
[assembly: System.Reflection.AssemblyTitleAttribute("Crossplay")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1")]

// Generated by the MSBuild WriteCodeFragment class.

0 comments on commit cd75c0b

Please sign in to comment.