From 9f87b55272bce3eca4df46e78ec6a364008ec1ee Mon Sep 17 00:00:00 2001 From: jmoenig Date: Sat, 17 Apr 2021 13:46:20 +0200 Subject: [PATCH] new dev version --- HISTORY.md | 3 +++ snap.html | 4 ++-- src/gui.js | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f1512e89..3ddd06c6 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ ## in development: +### 2021-04-17 +* new dev version + ## 6.7.4 * **Notable Fixes:** * fixed DEAL in the APL library, thanks, Brian! diff --git a/snap.html b/snap.html index 0c3ce3ab..350396da 100755 --- a/snap.html +++ b/snap.html @@ -3,7 +3,7 @@ - Snap! 6.7.4 Build Your Own Blocks + Snap! 6.7.5 - dev - Build Your Own Blocks @@ -11,7 +11,7 @@ - + diff --git a/src/gui.js b/src/gui.js index fc7df4e5..64a8eecd 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2021-April-09'; +modules.gui = '2021-April-17'; // Declarations @@ -4353,7 +4353,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.7.4\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.7.5 - dev -\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'