From 53d0383621610a65dab9a8acc565e37df8f7d3af Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sat, 11 May 2019 21:55:08 +0200 Subject: [PATCH] Update version. --- website/include/importerapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); });