diff --git a/website/include/importerapp.js b/website/include/importerapp.js
index 9894dba..05a3940 100644
--- a/website/include/importerapp.js
+++ b/website/include/importerapp.js
@@ -51,7 +51,7 @@ ImporterApp.prototype.Init = function ()
var myThis = this;
var top = document.getElementById ('top');
this.importerButtons = new ImporterButtons (top);
- this.importerButtons.AddLogo ('Online 3D Viewer v 0.6.4');
+ this.importerButtons.AddLogo ('Online 3D Viewer v 0.6.5');
this.importerButtons.AddButton ('images/openfile.png', 'Open File', function () { myThis.OpenFile (); });
this.importerButtons.AddButton ('images/fitinwindow.png', 'Fit In Window', function () { myThis.FitInWindow (); });
this.importerButtons.AddToggleButton ('images/fixup.png', 'images/fixupgray.png', 'Enable/Disable Fixed Up Vector', function () { myThis.SetFixUp (); });