From faf4b51f18c15d6dc7cc95191b5284b3974d1c45 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 16 Oct 2018 10:21:17 +0200 Subject: [PATCH] prepare release --- HISTORY.md | 3 ++- snap.html | 6 +++--- src/gui.js | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 087c775b..56b4196c 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,10 @@ # Snap! (BYOB) History -## Development version +## v4.2.2.1 ### 2018-10-16 * New translation for Ukrainian, thanks, Serhiy Kryzhanovsky, for the contribution! +* added timed FOR-loop to Animation library ## v4.2.2 * New Feature: diff --git a/snap.html b/snap.html index 716ca23d..90f059d5 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 4.2.2 + Snap! Build Your Own Blocks 4.2.2.1 - + @@ -18,7 +18,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 327e3742..023e0a22 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2018-October-07'; +modules.gui = '2018-October-16'; // Declarations @@ -3539,7 +3539,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 4.2.2\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 4.2.2.1\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2018 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'