From 07d344603614403e8f4cc46593db93ea1c4598ea Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 13 Nov 2018 07:50:54 +0100 Subject: [PATCH] prepared release --- HISTORY.md | 14 +++++++------- snap.html | 4 ++-- src/gui.js | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index b7484907dc..b6b463745b 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,10 @@ # Snap! (BYOB) History -## in development -###2018-11-13 +## v4.2.2.7 +### 2018-11-13 * Blocks: fixed #2261 (check for selectedBlock before declaring an InputSlotMorph to be "empty") -###2018-11-12 +### 2018-11-12 * new dev version * BYOB: updated version date * Objects: fixed #2250 @@ -13,22 +13,22 @@ * BYOB: fixed #2260 ## v4.2.2.6 -###2018-11-06 +### 2018-11-06 * prepared release -###2018-11-06 +### 2018-11-06 * new dev version * Blocks: fixed a scope issue introduced in v4.2.2.4 * Blocks: enabled "duplicate block definition" in the palette * updated German translation ## v4.2.2.5 -###2018-11-02 +### 2018-11-02 * new library: Frequency Distribution Analysis, separated from "Bigger Data" * Objects: avoid rendering graphic effects for null-extent canvasses ## v4.2.2.4 -###2018-10-29 +### 2018-10-29 * Blocks: fixed #2234 (display all reachable local variables in drop-down menu) * new "does variable _ exist" predicate in var-library, thanks, Brian! diff --git a/snap.html b/snap.html index 86d9a5e2cd..253b067f5c 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 4.2.2.7 - dev - + Snap! Build Your Own Blocks 4.2.2.7 - + diff --git a/src/gui.js b/src/gui.js index e74ab454dd..a892feafb6 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2018-November-07'; +modules.gui = '2018-November-13'; // 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.7 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 4.2.2.7\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'