Skip to content

Commit

Permalink
v0.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Jul 16, 2019
1 parent 0ae0c1d commit 32738da
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
@@ -1,5 +1,5 @@
author = tModLoader Team
version = 0.11.1
version = 0.11.2
displayName = Example Mod
homepage = https://tmodloader.net/
hideCode = false
Expand Down
2 changes: 1 addition & 1 deletion patches/tModLoader/Terraria.ModLoader/ModLoader.cs
Expand Up @@ -24,7 +24,7 @@ namespace Terraria.ModLoader
/// </summary>
public static class ModLoader
{
public static readonly Version version = new Version(0, 11, 1);
public static readonly Version version = new Version(0, 11, 2);

public static readonly string branchName = "";
// beta > 0 cannot publish to mod browser
Expand Down
2 changes: 1 addition & 1 deletion solutions/CompleteRelease.bat
Expand Up @@ -4,7 +4,7 @@
@ECHO off
:: Compile/Build exe
echo "Building Release"
set version=v0.11.1
set version=v0.11.2
call buildRelease.bat

set destinationFolder=.\tModLoader %version% Release
Expand Down
2 changes: 1 addition & 1 deletion solutions/ReleaseExtras/version
@@ -1 +1 @@
v0.11.1
v0.11.2
2 changes: 1 addition & 1 deletion solutions/documentation/Doxyfile
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.1
PROJECT_NUMBER = 0.11.2

# 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 32738da

Please sign in to comment.