Skip to content

Commit

Permalink
v0.11.8.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed May 18, 2021
1 parent 5723ae3 commit 0eaa973
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ExampleMod/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = TML Team
version = 0.11.8.3
version = 0.11.8.4
displayName = Example Mod
homepage = https://tmodloader.net/
hideCode = false
Expand Down
2 changes: 1 addition & 1 deletion patches/tModLoader/Terraria.ModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Terraria.ModLoader
/// </summary>
public static class ModLoader
{
public static readonly Version version = new Version(0, 11, 8, 3);
public static readonly Version version = new Version(0, 11, 8, 4);
// Stores the most recent version of tModLoader launched. Can be used for migration.
public static Version LastLaunchedTModLoaderVersion;
// public static bool ShowWhatsNew;
Expand Down
2 changes: 1 addition & 1 deletion solutions/CompleteRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@ECHO off
:: Compile/Build exe
echo "Building Release"
set tModLoaderVersion=v0.11.8.3
set tModLoaderVersion=v0.11.8.4
call buildRelease.bat

set destinationFolder=.\tModLoader %tModLoaderVersion% Release
Expand Down
2 changes: 1 addition & 1 deletion solutions/ReleaseExtras/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.8.3
v0.11.8.4
2 changes: 1 addition & 1 deletion solutions/documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Terraria ModLoader"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.11.8.3
PROJECT_NUMBER = 0.11.8.4

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 0eaa973

Please sign in to comment.