diff --git a/projects/Version.cs b/projects/Version.cs index 1ee342ad..a4b0bce1 100644 --- a/projects/Version.cs +++ b/projects/Version.cs @@ -1,4 +1,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.20090101")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.0.20091501")] \ No newline at end of file diff --git a/projects/WebMVC/wwwroot/js/config.js b/projects/WebMVC/wwwroot/js/config.js index f4ad82e2..a4bab3bd 100644 --- a/projects/WebMVC/wwwroot/js/config.js +++ b/projects/WebMVC/wwwroot/js/config.js @@ -1,5 +1,5 @@ var config = { - version: '1.0.0.20083102', + version: '1.0.0.20091501', debug: window.location.search.indexOf('debug') > -1, baseUrl: window.location.protocol + '//' + window.location.host, uploadUrl: window.location.protocol + '//' + window.location.host + '/IoTCenter/File/Upload',