Skip to content

Commit

Permalink
Tick version to 1.0.3.4 - Bugfixes
Browse files Browse the repository at this point in the history
- Short input no longer breaks command service
- Fixed a typo in the world command
- Added mod software type to version command
  • Loading branch information
xNarnia committed Dec 6, 2021
1 parent eb2799e commit 12dd1ef
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions TCR-Discord/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.3")]
[assembly: AssemblyFileVersion("1.0.3.3")]
[assembly: AssemblyVersion("1.0.3.4")]
[assembly: AssemblyFileVersion("1.0.3.4")]
2 changes: 1 addition & 1 deletion TCR-TModLoader/TerrariaChatRelay/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = Lady Narnia
version = 1.0.3.3
version = 1.0.3.4
displayName = TCR-TerrariaChatRelay
homepage = https://forums.terraria.org/index.php?threads/tcr-terrariachatrelay.78196/
includePDB=true
Expand Down
4 changes: 2 additions & 2 deletions TCR-TShock/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.3")]
[assembly: AssemblyFileVersion("1.0.3.3")]
[assembly: AssemblyVersion("1.0.3.4")]
[assembly: AssemblyFileVersion("1.0.3.4")]
2 changes: 1 addition & 1 deletion TCR-TShock/TerrariaChatRelayTShock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TerrariaChatRelayTShock : TerrariaPlugin
{
public override string Name => "TerrariaChatRelay";

public override Version Version => new Version(1, 0, 3, 3);
public override Version Version => new Version(1, 0, 3, 4);

public override string Author => "Panini";

Expand Down
4 changes: 2 additions & 2 deletions TCR-TerrariaChatRelay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.3")]
[assembly: AssemblyFileVersion("1.0.3.3")]
[assembly: AssemblyVersion("1.0.3.4")]
[assembly: AssemblyFileVersion("1.0.3.4")]

0 comments on commit 12dd1ef

Please sign in to comment.