diff --git a/HISTORY.md b/HISTORY.md index bd119d00..5468ee43 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,9 @@ * **Notable Fixes:** * **Translation Updates:** +### 2019-07-22 +* new dev version + ## v5.0.5 * **Notable Fix:** * fixed cloud project collection support, thanks Bernat! diff --git a/snap.html b/snap.html index aedd536c..bed3ce9b 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 5.0.5 + Snap! Build Your Own Blocks 5.0.6 - dev - - + diff --git a/src/gui.js b/src/gui.js index b9e9377f..a9ad0d6e 100644 --- a/src/gui.js +++ b/src/gui.js @@ -75,7 +75,7 @@ isRetinaSupported, SliderMorph, Animation, BoxMorph, MediaRecorder*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2019-July-17'; +modules.gui = '2019-July-22'; // Declarations @@ -3595,7 +3595,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5.0.5\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5.0.6 - 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'