Skip to content

Commit

Permalink
v0.11.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidPack committed Oct 7, 2019
1 parent 7afb192 commit e6d90c2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ installer2/*.jar
solutions/documentation/html
solutions/documentation/*.tmp
solutions/**/*.zip
solutions/**/*.tar.gz
**/packages/
**/.vs/
**/.idea/
/test/Terraria.xml
/test/Test Local/Players
/test/Test Local/Worlds
/test/Test Local/Logs
Expand Down
2 changes: 1 addition & 1 deletion ExampleMod/build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
author = tModLoader Team
version = 0.11.4
version = 0.11.5
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 @@ -25,7 +25,7 @@ namespace Terraria.ModLoader
/// </summary>
public static class ModLoader
{
public static readonly Version version = new Version(0, 11, 4);
public static readonly Version version = new Version(0, 11, 5);
// 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 version=v0.11.4
set version=v0.11.5
call buildRelease.bat

set destinationFolder=.\tModLoader %version% 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.4
v0.11.5
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.4
PROJECT_NUMBER = 0.11.5

# 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 e6d90c2

Please sign in to comment.