diff --git a/HISTORY.md b/HISTORY.md index 1345efab..337fda37 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,9 @@ * **Notable Fixes:** * **Translation Updates:** +### 2019-08-06 +* new dev version + ## v5.0.8 * **Notable Fix:** * fixed default names for 'script variables' block diff --git a/snap.html b/snap.html index cbd30954..859d395d 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 5.0.8 + Snap! Build Your Own Blocks 5.0.9 - dev - - + diff --git a/src/gui.js b/src/gui.js index 6766f427..92a55086 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2019-July-25'; +modules.gui = '2019-August-06'; // Declarations @@ -3595,7 +3595,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5.0.8\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5.0.9 - dev -\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2019 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'