From 45250b7874f4729fa1b3ac375ed3c848b4172337 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 20 Feb 2017 16:22:15 -0500 Subject: [PATCH] 3.2.1.113 --- Emby.Server.Core/ApplicationHost.cs | 2 +- SharedVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index cfed8eb0be..4161557519 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -1253,7 +1253,7 @@ namespace Emby.Server.Core list.Add(GetAssembly(typeof(InstallationManager))); // Emby.Server.Core - list.Add(GetAssembly(typeof(ServerApplicationPaths))); + list.Add(GetAssembly(typeof(ApplicationHost))); // MediaEncoding list.Add(GetAssembly(typeof(MediaEncoder))); diff --git a/SharedVersion.cs b/SharedVersion.cs index 740e72b1ad..bede8da60d 100644 --- a/SharedVersion.cs +++ b/SharedVersion.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("3.2.1.112")] +[assembly: AssemblyVersion("3.2.1.113")]