diff --git a/website/include/importerapp.js b/website/include/importerapp.js
index 64456cf..25feedf 100644
--- a/website/include/importerapp.js
+++ b/website/include/importerapp.js
@@ -45,7 +45,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.5.2', function () { myThis.ShowAboutDialog (); });
+ this.importerButtons.AddLogo ('Online 3D Viewer v 0.6.0', function () { myThis.ShowAboutDialog (); });
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 (); });