From a9cc6a46031a7e7d976ab495135b1b5fe80cc844 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 9 Jul 2020 10:19:23 +0200 Subject: [PATCH] started a new dev version --- snap.html | 2 +- src/gui.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snap.html b/snap.html index 5f80ca1f..b0900681 100755 --- a/snap.html +++ b/snap.html @@ -2,7 +2,7 @@ - Snap! Build Your Own Blocks 6.0.0 + Snap! Build Your Own Blocks 6.0.1 - dev - diff --git a/src/gui.js b/src/gui.js index 3e89d305..54ae9209 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2020-July-08'; +modules.gui = '2020-July-09'; // Declarations @@ -3881,7 +3881,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.0.0\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.0.1 - dev -\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'