diff --git a/HISTORY.md b/HISTORY.md index 4a086fdd..47787cf2 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Snap! (BYOB) History +## Development version + ## v4.2.2.3 * New Features: * new fast atomic "analyze" and "group" reporters in the "Bigger Data" library diff --git a/snap.html b/snap.html index a5113920..c715f185 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 4.2.2.3 + Snap! Build Your Own Blocks 4.2.2.4 - dev - - + diff --git a/src/gui.js b/src/gui.js index 23507a73..3ab2ea6d 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2018-October-26'; +modules.gui = '2018-October-29'; // 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.3\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 4.2.2.4 - dev -\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'