Merge pull request #2481 from MediaBrowser/dev

3.2.1.113
This commit is contained in:
Luke 2017-02-20 16:22:34 -05:00 committed by GitHub
commit 76b5d08c06
2 changed files with 2 additions and 2 deletions

View File

@ -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)));

View File

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.1.112")]
[assembly: AssemblyVersion("3.2.1.113")]