Skip to content

Commit

Permalink
3.0.5518.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Feb 21, 2015
1 parent d82e3ac commit bece87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ private string DoubleNormalizeRoutePath(string path)
return "/mediabrowser/mediabrowser" + path;
}

return "mediabrowser//mediabrowser" + path;
return "mediabrowser/mediabrowser/" + path;
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion SharedVersion.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

//[assembly: AssemblyVersion("3.0.*")]
[assembly: AssemblyVersion("3.0.5518.6")]
[assembly: AssemblyVersion("3.0.5518.7")]

0 comments on commit bece87a

Please sign in to comment.